Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dstring.c4366 zend_bool is_xhtml = 1; local
4372 Z_PARAM_BOOL(is_xhtml)
4401 size_t repl_len = is_xhtml ? (sizeof("<br />") - 1) : (sizeof("<br>") - 1);
4416 if (is_xhtml) {
H A Dbasic_functions.c2372 ZEND_ARG_INFO(0, is_xhtml)

Completed in 28 milliseconds