Searched refs:newchild (Results 1 – 3 of 3) sorted by relevance
68 $newchild = $rootnode->appendChild($myelement); variable69 print_node($newchild);
954 xmlNodePtr newchild, node; in _php_dom_insert_fragment() local956 newchild = fragment->children; in _php_dom_insert_fragment()958 if (newchild) { in _php_dom_insert_fragment()960 nodep->children = newchild; in _php_dom_insert_fragment()962 prevsib->next = newchild; in _php_dom_insert_fragment()964 newchild->prev = prevsib; in _php_dom_insert_fragment()972 node = newchild; in _php_dom_insert_fragment()993 return newchild; in _php_dom_insert_fragment()1192 (newchild->parent != NULL && dom_node_is_read_only(newchild->parent) == SUCCESS)) { in PHP_FUNCTION()1197 if (newchild->doc != nodep->doc && newchild->doc != NULL) { in PHP_FUNCTION()[all …]
73 $newchild = $rootnode->appendChild($myelement);74 print_node($newchild);
Completed in 18 milliseconds