Home
last modified time | relevance | path

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

/PHP-8.4/ext/dom/parentnode/
H A Dtree.c187 …if (child != NULL && (child->type == XML_DTD_NODE || php_dom_has_sibling_following_node(child, XML… in php_dom_fragment_insertion_hierarchy_check_pre_insertion()
218 if (php_dom_has_sibling_following_node(child, XML_DTD_NODE)) { in php_dom_fragment_insertion_hierarchy_check_replace()
305 …if (child != NULL && (child->type == XML_DTD_NODE || php_dom_has_sibling_following_node(child, XML… in dom_is_pre_insert_valid_without_step_1()
/PHP-8.4/ext/dom/
H A Dphp_dom.h167 bool php_dom_has_sibling_following_node(xmlNodePtr node, xmlElementType type);
H A Dnode.c1135 if (php_dom_has_sibling_following_node(child, XML_DTD_NODE)) { in dom_replace_node_validity_checks()
H A Dphp_dom.c2669 bool php_dom_has_sibling_following_node(xmlNodePtr node, xmlElementType type) in php_dom_has_sibling_following_node() function

Completed in 26 milliseconds