Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dphp_dom.h169 bool php_dom_has_sibling_preceding_node(xmlNodePtr node, xmlElementType type);
H A Dnode.c1145 …if (doc->intSubset != (xmlDtdPtr) child || php_dom_has_sibling_preceding_node(child, XML_ELEMENT_N… in dom_replace_node_validity_checks()
H A Dphp_dom.c2686 bool php_dom_has_sibling_preceding_node(xmlNodePtr node, xmlElementType type) in php_dom_has_sibling_preceding_node() function
/php-src/ext/dom/parentnode/
H A Dtree.c317 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