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/bug46185.phpt |
--TEST-- Bug #46185 (importNode changes the namespace of an XML element). --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php $aDOM = new DOMDocument(); $aDOM->loadXML('<?xml version="1.0"?> <ns1:a xmlns:ns1="urn::ns"/>'); $a= $aDOM->firstChild; $ok = new DOMDocument(); $ok->loadXML('<?xml version="1.0"?> <ns1:ok xmlns:ns1="urn::ns" xmlns="urn::REAL"><watch-me xmlns:default="urn::BOGUS"/></ns1:ok>'); $imported= $aDOM->importNode($ok->firstChild, true); $a->appendChild($imported); echo $aDOM->saveXML(); ?> --EXPECT-- <?xml version="1.0"?> <ns1:a xmlns:ns1="urn::ns"><ns1:ok xmlns="urn::REAL"><watch-me xmlns:default="urn::BOGUS"/></ns1:ok></ns1:a>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare