Home
last modified time | relevance | path

Searched refs:dom_reconcile_ns_list (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/dom/
H A Dparentnode.c356 dom_reconcile_ns_list(parentNode->doc, newchild, last); in dom_parent_node_append()
392 dom_reconcile_ns_list(parentNode->doc, newchild, last); in dom_parent_node_prepend()
444 dom_reconcile_ns_list(doc, newchild, last); in dom_parent_node_after()
502 dom_reconcile_ns_list(doc, newchild, last); in dom_parent_node_before()
603 dom_reconcile_ns_list(doc, newchild, last); in dom_child_replace_with()
635 dom_reconcile_ns_list(thisp->doc, newchild, last); in dom_parent_node_replace_children()
H A Dphp_dom.h133 void dom_reconcile_ns_list(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr last);
H A Dnode.c977 dom_reconcile_ns_list(parentp->doc, new_child, last); in PHP_METHOD()
1027 dom_reconcile_ns_list(parentp->doc, new_child, last); in PHP_METHOD()
1109 dom_reconcile_ns_list(nodep->doc, newchild, last); in PHP_METHOD()
1265 dom_reconcile_ns_list(nodep->doc, new_child, last); in PHP_METHOD()
H A Dphp_dom.c1525 void dom_reconcile_ns_list(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr last) in dom_reconcile_ns_list() function

Completed in 21 milliseconds