Searched refs:other_attr (Results 1 – 1 of 1) sorted by relevance
1696 static bool php_dom_is_equal_attr(const xmlAttr *this_attr, const xmlAttr *other_attr) in PHP_DOM_DEFINE_LIST_COUNTER_HELPER()1699 ZEND_ASSERT(other_attr != NULL); in PHP_DOM_DEFINE_LIST_COUNTER_HELPER()1700 return xmlStrEqual(this_attr->name, other_attr->name) in PHP_DOM_DEFINE_LIST_COUNTER_HELPER()1701 && php_dom_node_is_ns_uri_equal((const xmlNode *) this_attr, (const xmlNode *) other_attr) in PHP_DOM_DEFINE_LIST_COUNTER_HELPER()1702 && php_dom_node_is_content_equal((const xmlNode *) this_attr, (const xmlNode *) other_attr); in PHP_DOM_DEFINE_LIST_COUNTER_HELPER()1738 const xmlAttr *other_attr = (const xmlAttr *) other; in php_dom_node_is_equal_node() local1739 return php_dom_is_equal_attr(this_attr, other_attr); in php_dom_node_is_equal_node()
Completed in 21 milliseconds