Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dstring.c4456 zend_bool is_xhtml = 1; local
4462 Z_PARAM_BOOL(is_xhtml)
4491 size_t repl_len = is_xhtml ? (sizeof("<br />") - 1) : (sizeof("<br>") - 1);
4506 if (is_xhtml) {

Completed in 48 milliseconds