Home
last modified time | relevance | path

Searched refs:addChild (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/simplexml/tests/
H A D031.phpt2 SimpleXML: addChild and addAttribute
29 $d->addChild('m:test', 'myval', 'urn::test');
33 $sxe->addChild('m:test1', 'myval', 'urn::test');
36 $n = $sxe->addChild('m:test2', 'myval', 'urn::testnew');
38 $sxe->addChild('test3', 'myval', 'urn::testnew');
39 $sxe->addChild('test4', 'myval');
42 $sxe->addChild('s:test5', 'myval');
50 Warning: SimpleXMLElement::addChild(): Cannot add element to attributes in %s031.php on line %d
H A Dbug41947.phpt2 Bug #41947 (addChild incorrectly registers empty strings as namespaces)
8 $grandchild = $xml->addChild('child', null, 'http://myns')->addChild('grandchild', 'hello', '');
H A Dbug40451.phpt17 $add = $xml->addChild('Host');
H A Dbug44478.phpt12 $xml_element->addChild('node2','a & b');
H A Dbug43221.phpt8 $n = $xml->addChild("node", "value");
/PHP-5.5/ext/wddx/tests/
H A Dbug45901.phpt12 $xml->addChild('test');
/PHP-5.5/ext/spl/tests/
H A Dbug65328.phpt148 public function addChild(Node $child)
291 $tree->getHead()->addChild($node1);
293 $node1->addChild($node2);
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1633 SXE_METHOD(addChild) in SXE_METHOD() argument
2611 SXE_ME(addChild, arginfo_simplexmlelement_addchild, ZEND_ACC_PUBLIC)
/PHP-5.5/
H A DNEWS7325 - Fixed bug #41833 (addChild() on a non-existent node, no node created,
8617 . Added addChild() method for element creation supporting namespaces.

Completed in 39 milliseconds