Searched refs:php_dom_has_sibling_preceding_node (Results 1 – 4 of 4) sorted by relevance
169 bool php_dom_has_sibling_preceding_node(xmlNodePtr node, xmlElementType type);
1145 …if (doc->intSubset != (xmlDtdPtr) child || php_dom_has_sibling_preceding_node(child, XML_ELEMENT_N… in dom_replace_node_validity_checks()
2686 bool php_dom_has_sibling_preceding_node(xmlNodePtr node, xmlElementType type) in php_dom_has_sibling_preceding_node() function
317 if ((child != NULL && php_dom_has_sibling_preceding_node(child, XML_ELEMENT_NODE)) in dom_is_pre_insert_valid_without_step_1()
Completed in 39 milliseconds