Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c4772 bool is_xhtml = 1; local
4778 Z_PARAM_BOOL(is_xhtml)
4807 size_t repl_len = is_xhtml ? (sizeof("<br />") - 1) : (sizeof("<br>") - 1);
4822 if (is_xhtml) {

Completed in 17 milliseconds