Searched refs:php_dom_node_is_equal_node (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/dom/ |
H A D | node.c | 1639 static bool php_dom_node_is_equal_node(const xmlNode *this, const xmlNode *other, bool spec_complia… 1661 …if (!php_dom_node_is_equal_node((const xmlNode *) list1, (const xmlNode *) list2, spec_compliant))… 1679 …if (php_dom_node_is_equal_node((const xmlNode *) n1, (const xmlNode *) n2, spec_compliant)) { … 1705 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 1792 RETURN_BOOL(php_dom_node_is_equal_node(nodep, otherp, modern)); in dom_node_is_equal_node_common()
|
Completed in 9 milliseconds