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 /
lang /
string /
Delete
Unzip
Name
Size
Permission
Date
Action
unicode_escape.phpt
489
B
-rw-rw-r--
2022-10-31 11:36
unicode_escape_empty.phpt
164
B
-rw-rw-r--
2022-10-31 11:36
unicode_escape_incomplete.phpt
172
B
-rw-rw-r--
2022-10-31 11:36
unicode_escape_large_codepoint.phpt
217
B
-rw-rw-r--
2022-10-31 11:36
unicode_escape_legacy.phpt
266
B
-rw-rw-r--
2022-10-31 11:36
unicode_escape_sign.phpt
178
B
-rw-rw-r--
2022-10-31 11:36
unicode_escape_sign2.phpt
178
B
-rw-rw-r--
2022-10-31 11:36
unicode_escape_surrogates.phpt
414
B
-rw-rw-r--
2022-10-31 11:36
unicode_escape_whitespace.phpt
175
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Valid Unicode escape sequences: Surrogate halves --FILE-- <?php // Surrogate pairs are non-well-formed UTF-8 - however, it is sometimes useful // to be able to produce these (e.g. CESU-8 handling) var_dump(bin2hex("\u{D801}")); var_dump(bin2hex("\u{DC00}")); var_dump(bin2hex("\u{D801}\u{DC00}")); // CESU-8 encoding of U+10400 --EXPECT-- string(6) "eda081" string(6) "edb080" string(12) "eda081edb080"