Searched refs:other_content (Results 1 – 1 of 1) sorted by relevance
1618 xmlChar *other_content = xmlNodeGetContent(other); in php_dom_node_is_content_equal() local1619 bool result = xmlStrEqual(this_content, other_content); in php_dom_node_is_content_equal()1621 xmlFree(other_content); in php_dom_node_is_content_equal()
Completed in 9 milliseconds