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 /
tests /
strings /
Delete
Unzip
Name
Size
Permission
Date
Action
001.phpt
4.71
KB
-rw-rw-r--
2022-10-31 11:36
002.phpt
2.53
KB
-rw-rw-r--
2022-10-31 11:36
004.phpt
968
B
-rw-rw-r--
2022-10-31 11:36
bug22592.phpt
433
B
-rw-rw-r--
2022-10-31 11:36
bug26703.phpt
666
B
-rw-rw-r--
2022-10-31 11:36
offsets_chaining_1.phpt
195
B
-rw-rw-r--
2022-10-31 11:36
offsets_chaining_2.phpt
195
B
-rw-rw-r--
2022-10-31 11:36
offsets_chaining_3.phpt
199
B
-rw-rw-r--
2022-10-31 11:36
offsets_chaining_4.phpt
199
B
-rw-rw-r--
2022-10-31 11:36
offsets_chaining_5.phpt
769
B
-rw-rw-r--
2022-10-31 11:36
offsets_general.phpt
1.72
KB
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- testing the behavior of string offsets --FILE-- <?php $string = "foobar"; const FOO = "BAR"[0]; var_dump(FOO); var_dump($string[0]); var_dump($string[1]); var_dump(isset($string[0])); var_dump(isset($string[0][0])); var_dump($string["foo"]); var_dump(isset($string["foo"]["bar"])); const FOO_DEPRECATED = "BAR"{0}; var_dump(FOO_DEPRECATED); var_dump([$string{0}]); // 1 notice var_dump($string{1}); var_dump(isset($string{0})); var_dump(isset($string{0}{0})); // 2 notices var_dump($string{"foo"}); var_dump(isset($string{"foo"}{"bar"})); // 2 notices ?> --EXPECTF-- Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d string(1) "B" string(1) "f" string(1) "o" bool(true) bool(true) Warning: Illegal string offset 'foo' in %s line %d string(1) "f" bool(false) string(1) "B" array(1) { [0]=> string(1) "f" } string(1) "o" bool(true) bool(true) Warning: Illegal string offset 'foo' in %s line %d string(1) "f" bool(false)