Searched refs:other_dtd (Results 1 – 1 of 1) sorted by relevance
1728 const xmlDtd *other_dtd = (const xmlDtd *) other; in php_dom_node_is_equal_node() local1729 return xmlStrEqual(this_dtd->name, other_dtd->name) in php_dom_node_is_equal_node()1730 && xmlStrEqual(this_dtd->ExternalID, other_dtd->ExternalID) in php_dom_node_is_equal_node()1731 && xmlStrEqual(this_dtd->SystemID, other_dtd->SystemID); in php_dom_node_is_equal_node()
Completed in 13 milliseconds