Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Delement.c2126 bool is_currently_html_ns = php_dom_ns_is_fast(nodep, php_dom_ns_is_html_magic_token); in PHP_METHOD() local
2128 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