Searched refs:addChild (Results 1 – 9 of 9) sorted by relevance
/PHP-5.4/ext/simplexml/tests/ |
H A D | 031.phpt | 2 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 D | bug41947.phpt | 2 Bug #41947 (addChild incorrectly registers empty strings as namespaces) 8 $grandchild = $xml->addChild('child', null, 'http://myns')->addChild('grandchild', 'hello', '');
|
H A D | bug40451.phpt | 17 $add = $xml->addChild('Host');
|
H A D | bug44478.phpt | 12 $xml_element->addChild('node2','a & b');
|
H A D | bug43221.phpt | 8 $n = $xml->addChild("node", "value");
|
/PHP-5.4/ext/wddx/tests/ |
H A D | bug45901.phpt | 12 $xml->addChild('test');
|
/PHP-5.4/ext/spl/tests/ |
H A D | bug65328.phpt | 148 public function addChild(Node $child) 291 $tree->getHead()->addChild($node1); 293 $node1->addChild($node2);
|
/PHP-5.4/ext/simplexml/ |
H A D | simplexml.c | 1633 SXE_METHOD(addChild) in SXE_METHOD() argument 2618 SXE_ME(addChild, arginfo_simplexmlelement_addchild, ZEND_ACC_PUBLIC)
|
/PHP-5.4/ |
H A D | NEWS | 6136 - Fixed bug #41833 (addChild() on a non-existent node, no node created, 7428 . Added addChild() method for element creation supporting namespaces.
|
Completed in 42 milliseconds