/
proc
/
self
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
strings
/
File Upload :
llllll
Current File: //proc/self/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/strings/bug53021.phpt
--TEST-- Bug #53021 (Failure to convert numeric entities with ENT_NOQUOTES and ISO-8859-1) --FILE-- <?php var_dump(unpack("H*",html_entity_decode("é", ENT_QUOTES, "ISO-8859-1"))); echo "double quotes variations:", "\n"; echo html_entity_decode(""", ENT_NOQUOTES, 'UTF-8'), "\n"; echo html_entity_decode(""", ENT_NOQUOTES, 'UTF-8'), "\n"; echo html_entity_decode(""", ENT_QUOTES, 'UTF-8'), "\n"; echo html_entity_decode(""", ENT_QUOTES, 'UTF-8'), "\n"; echo html_entity_decode(""", ENT_COMPAT, 'UTF-8'), "\n"; echo html_entity_decode(""", ENT_COMPAT, 'UTF-8'), "\n"; echo html_entity_decode("""), "\n"; echo html_entity_decode("""), "\n"; echo "\nsingle quotes variations:", "\n"; echo html_entity_decode("'", ENT_NOQUOTES, 'UTF-8'), "\n"; echo html_entity_decode("'", ENT_QUOTES, 'UTF-8'), "\n"; echo html_entity_decode("'", ENT_COMPAT, 'UTF-8'), "\n"; echo html_entity_decode("'"), "\n"; ?> --EXPECT-- array(1) { [1]=> string(2) "e9" } double quotes variations: " " " " " " " " single quotes variations: ' ' ' '
Copyright ©2k19 -
Hexid
|
Tex7ure