Searched refs:this_dtd (Results 1 – 1 of 1) sorted by relevance
1727 const xmlDtd *this_dtd = (const xmlDtd *) this; 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 23 milliseconds