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_decode2.phpt |
--TEST-- html_entity_decode: Handling of ' --FILE-- <?php echo "*** HTML 4.01 implicit (shouldn't decode) ***\n"; echo html_entity_decode("'", ENT_QUOTES, "UTF-8"), "\n"; echo "*** HTML 4.01 (shouldn't decode) ***\n"; echo html_entity_decode("'", ENT_QUOTES | ENT_HTML401, "UTF-8"), "\n"; echo "*** HTML 5 ***\n"; echo html_entity_decode("'", ENT_QUOTES | ENT_HTML5, "UTF-8"), "\n"; echo "*** XHTML 1.0 ***\n"; echo html_entity_decode("'", ENT_QUOTES | ENT_XHTML, "UTF-8"), "\n"; echo "*** XML 1.0 ***\n"; echo html_entity_decode("'", ENT_QUOTES | ENT_XML1, "UTF-8"), "\n"; echo "Done.\n"; --EXPECT-- *** HTML 4.01 implicit (shouldn't decode) *** ' *** HTML 4.01 (shouldn't decode) *** ' *** HTML 5 *** ' *** XHTML 1.0 *** ' *** XML 1.0 *** ' Done.
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare