Home
last modified time | relevance | path

Searched refs:this_dtd (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/dom/
H A Dnode.c1676 const xmlDtd *this_dtd = (const xmlDtd *) this; in php_dom_node_is_equal_node() local
1678 return xmlStrEqual(this_dtd->name, other_dtd->name) in php_dom_node_is_equal_node()
1679 && xmlStrEqual(this_dtd->ExternalID, other_dtd->ExternalID) in php_dom_node_is_equal_node()
1680 && xmlStrEqual(this_dtd->SystemID, other_dtd->SystemID); in php_dom_node_is_equal_node()

Completed in 12 milliseconds