Browse
For agents
About
WP Console – WordPress PHP Console powered by PsySH
/
2.5.1
WP Console – WordPress PHP Console powered by PsySH
v2.5.1
Switch version
trunk
2.4.0
2.4.1
2.5.0
2.5.1
2.6.0
Overview
Code
wp-console
/
lib
/
overrides.php
overrides.php
in WP Console – WordPress PHP Console powered by PsySH 2.5.1, at lib/overrides.php
10 lines
332 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
/**
3
* Common overrides for all PHP versions.
4
*/
5
6
require_once
__DIR__
.
'
/overrides/psy/psysh/src/VarDumper/Dumper.php
'
;
7
require_once
__DIR__
.
'
/overrides/psy/psysh/src/Output/ShellOutput.php
'
;
8
require_once
__DIR__
.
'
/overrides/psy/psysh/src/Output/Theme.php
'
;
9
require_once
__DIR__
.
'
/overrides/psy/psysh/src/Shell.php
'
;
10