Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstring.c4795 zend_bool is_xhtml = 1; local
4801 Z_PARAM_BOOL(is_xhtml)
4830 size_t repl_len = is_xhtml ? (sizeof("<br />") - 1) : (sizeof("<br>") - 1);
4845 if (is_xhtml) {
H A Dbasic_functions.c2375 ZEND_ARG_INFO(0, is_xhtml)

Completed in 25 milliseconds