Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dnode.c1588 static bool php_dom_node_is_equal_node(const xmlNode *this, const xmlNode *other, bool spec_complia…
1610 …if (!php_dom_node_is_equal_node((const xmlNode *) list1, (const xmlNode *) list2, spec_compliant))…
1628 …if (php_dom_node_is_equal_node((const xmlNode *) n1, (const xmlNode *) n2, spec_compliant)) { …
1654 static bool php_dom_node_is_equal_node(const xmlNode *this, const xmlNode *other, bool spec_complia… in php_dom_node_is_equal_node() function
1741 RETURN_BOOL(php_dom_node_is_equal_node(nodep, otherp, modern)); in dom_node_is_equal_node_common()

Completed in 16 milliseconds