Home
last modified time | relevance | path

Searched refs:newchild (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/dom/examples/
H A Ddom1.php68 $newchild = $rootnode->appendChild($myelement); variable
69 print_node($newchild);
/PHP-5.5/ext/dom/
H A Dnode.c952 xmlNodePtr newchild, node; in _php_dom_insert_fragment() local
954 newchild = fragment->children; in _php_dom_insert_fragment()
956 if (newchild) { in _php_dom_insert_fragment()
958 nodep->children = newchild; in _php_dom_insert_fragment()
960 prevsib->next = newchild; in _php_dom_insert_fragment()
962 newchild->prev = prevsib; in _php_dom_insert_fragment()
970 node = newchild; in _php_dom_insert_fragment()
991 return newchild; in _php_dom_insert_fragment()
1190 (newchild->parent != NULL && dom_node_is_read_only(newchild->parent) == SUCCESS)) { in PHP_FUNCTION()
1195 if (newchild->doc != nodep->doc && newchild->doc != NULL) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/dom/tests/
H A Ddom001.phpt73 $newchild = $rootnode->appendChild($myelement);
74 print_node($newchild);

Completed in 11 milliseconds