Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dnode.c885 xmlNodePtr newchild, node; in _php_dom_insert_fragment() local
887 newchild = fragment->children; in _php_dom_insert_fragment()
889 if (newchild) { in _php_dom_insert_fragment()
891 nodep->children = newchild; in _php_dom_insert_fragment()
893 prevsib->next = newchild; in _php_dom_insert_fragment()
895 newchild->prev = prevsib; in _php_dom_insert_fragment()
903 node = newchild; in _php_dom_insert_fragment()
924 return newchild; in _php_dom_insert_fragment()
1125 (newchild->parent != NULL && dom_node_is_read_only(newchild->parent) == SUCCESS)) { in PHP_FUNCTION()
1130 if (newchild->doc != nodep->doc && newchild->doc != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/dom/tests/
H A Ddom001.phpt73 $newchild = $rootnode->appendChild($myelement);
74 print_node($newchild);

Completed in 10 milliseconds