Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
Zend /
tests /
use_const /
Delete
Unzip
Name
Size
Permission
Date
Action
includes
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
alias.phpt
342
B
-rw-rw-r--
2022-10-31 11:36
basic.phpt
262
B
-rw-rw-r--
2022-10-31 11:36
case_sensivity.phpt
150
B
-rw-rw-r--
2022-10-31 11:36
conflicting_use.phpt
325
B
-rw-rw-r--
2022-10-31 11:36
conflicting_use_alias.phpt
213
B
-rw-rw-r--
2022-10-31 11:36
define_imported.phpt
243
B
-rw-rw-r--
2022-10-31 11:36
define_imported_before.phpt
278
B
-rw-rw-r--
2022-10-31 11:36
no_global_fallback.phpt
311
B
-rw-rw-r--
2022-10-31 11:36
self_parent.phpt
155
B
-rw-rw-r--
2022-10-31 11:36
shadow_core.phpt
214
B
-rw-rw-r--
2022-10-31 11:36
shadow_global.phpt
339
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- shadowing a global core constant with a local version --FILE-- <?php require 'includes/foo_php_version.inc'; use const foo\PHP_VERSION; var_dump(PHP_VERSION); echo "Done\n"; ?> --EXPECT-- int(42) Done