Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dstring.c4274 zend_bool is_xhtml = 1; local
4276 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &str, &str_len, &is_xhtml) == FAILURE)…
4306 size_t repl_len = is_xhtml ? (sizeof("<br />") - 1) : (sizeof("<br>") - 1);
4323 if (is_xhtml) {
H A Dbasic_functions.c2390 ZEND_ARG_INFO(0, is_xhtml)
/PHP-5.5/
H A DNEWS6060 - Added optional "is_xhtml" parameter to nl2br() which makes the function

Completed in 51 milliseconds