Searched refs:is_currently_html_ns (Results 1 – 1 of 1) sorted by relevance
2126 bool is_currently_html_ns = php_dom_ns_is_fast(nodep, php_dom_ns_is_html_magic_token); in PHP_METHOD() local2128 if (is_currently_html_ns != will_be_html_ns) { in PHP_METHOD()2129 if (is_currently_html_ns) { in PHP_METHOD()2146 …if (is_currently_html_ns && xmlStrEqual(nodep->name, BAD_CAST "template") && !xmlStrEqual(localnam… in PHP_METHOD()
Completed in 11 milliseconds