Searched refs:newchild (Results 1 – 3 of 3) sorted by relevance
68 $newchild = $rootnode->appendChild($myelement); variable69 print_node($newchild);
952 xmlNodePtr newchild, node; in _php_dom_insert_fragment() local954 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 …]
73 $newchild = $rootnode->appendChild($myelement);74 print_node($newchild);
Completed in 9 milliseconds