Home
last modified time | relevance | path

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

/PHP-7.0/ext/dom/examples/
H A Ddom1.php68 $newchild = $rootnode->appendChild($myelement); variable
69 print_node($newchild);
/PHP-7.0/ext/dom/
H A Dnode.c880 xmlNodePtr newchild, node; in _php_dom_insert_fragment() local
882 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 …]
/PHP-7.0/ext/dom/tests/
H A Ddom001.phpt73 $newchild = $rootnode->appendChild($myelement);
74 print_node($newchild);

Completed in 11 milliseconds