Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dnode.c1566 xmlChar *this_content = xmlNodeGetContent(this); in php_dom_node_is_content_equal() local
1568 bool result = xmlStrEqual(this_content, other_content); in php_dom_node_is_content_equal()
1569 xmlFree(this_content); in php_dom_node_is_content_equal()

Completed in 12 milliseconds