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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/xml/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/xml/tests/bug30875.phpt |
--TEST-- Bug #30875 (xml_parse_into_struct() does not resolve entities) --SKIPIF-- <?php if (!extension_loaded('xml')) die('skip xml extension not available'); ?> --FILE-- <?php $xml = <<<XML <!DOCTYPE dtd [ <!ENTITY ref "ent"> ]> <elt att="&ref;">a&ref;</elt> XML; $parser = xml_parser_create(); xml_parse_into_struct($parser, $xml, $vals); xml_parser_free($parser); var_dump($vals); ?> ===DONE=== --EXPECT-- array(1) { [0]=> array(5) { ["tag"]=> string(3) "ELT" ["type"]=> string(8) "complete" ["level"]=> int(1) ["attributes"]=> array(1) { ["ATT"]=> string(3) "ent" } ["value"]=> string(4) "aent" } } ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare