Searched refs:this_ns (Results 1 – 1 of 1) sorted by relevance
1627 const xmlChar *this_ns = this->ns ? this->ns->href : NULL; in php_dom_node_is_ns_uri_equal() local1629 return xmlStrEqual(this_ns, other_ns); in php_dom_node_is_ns_uri_equal()1634 const xmlChar *this_ns = this->ns ? this->ns->prefix : NULL; in php_dom_node_is_ns_prefix_equal() local1636 return xmlStrEqual(this_ns, other_ns); in php_dom_node_is_ns_prefix_equal()1751 const xmlNs *this_ns = (const xmlNs *) this; in php_dom_node_is_equal_node() local1753 …return xmlStrEqual(this_ns->prefix, other_ns->prefix) && xmlStrEqual(this_ns->href, other_ns->href… in php_dom_node_is_equal_node()
Completed in 9 milliseconds