Searched refs:newchild (Results 1 – 3 of 3) sorted by relevance
68 $newchild = $rootnode->appendChild($myelement); variable69 print_node($newchild);
880 xmlNodePtr newchild, node; in _php_dom_insert_fragment() local882 newchild = fragment->children; in _php_dom_insert_fragment()884 if (newchild) { in _php_dom_insert_fragment()886 nodep->children = newchild; in _php_dom_insert_fragment()888 prevsib->next = newchild; in _php_dom_insert_fragment()890 newchild->prev = prevsib; in _php_dom_insert_fragment()898 node = newchild; in _php_dom_insert_fragment()919 return newchild; in _php_dom_insert_fragment()1118 (newchild->parent != NULL && dom_node_is_read_only(newchild->parent) == SUCCESS)) { in PHP_FUNCTION()1123 if (newchild->doc != nodep->doc && newchild->doc != NULL) { in PHP_FUNCTION()[all …]
73 $newchild = $rootnode->appendChild($myelement);74 print_node($newchild);
Completed in 12 milliseconds