Searched refs:php_dom_has_sibling_following_node (Results 1 – 4 of 4) sorted by relevance
187 …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()
167 bool php_dom_has_sibling_following_node(xmlNodePtr node, xmlElementType type);
1136 if (php_dom_has_sibling_following_node(child, XML_DTD_NODE)) { in dom_replace_node_validity_checks()
2669 bool php_dom_has_sibling_following_node(xmlNodePtr node, xmlElementType type) in php_dom_has_sibling_following_node() function
Completed in 26 milliseconds