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/DOMDocument_saveHTML_variant2.phpt |
--TEST-- DOMDocument::saveHTML() vs DOMDocumet::saveXML() --SKIPIF-- <?php require_once dirname(__FILE__) .'/skipif.inc'; ?> --FILE-- <?php $d = new DOMDocument(); $str = <<<EOD <html> <head> </head> <body> <p>Hi.<br/>there</p> </body> </html> EOD; $d->loadHTML($str); $e = $d->getElementsByTagName("p"); $e = $e->item(0); echo $d->saveXml($e),"\n"; echo $d->saveHtml($e),"\n"; --EXPECTF-- <p>Hi.<br/>there</p> <p>Hi.<br>there</p>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare