Searched refs:is_xhtml (Results 1 – 3 of 3) sorted by relevance
4283 zend_bool is_xhtml = 1; local4285 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &str, &str_len, &is_xhtml) == FAILURE)…4315 size_t repl_len = is_xhtml ? (sizeof("<br />") - 1) : (sizeof("<br>") - 1);4329 if (is_xhtml) {
2366 ZEND_ARG_INFO(0, is_xhtml)
7638 - Added optional "is_xhtml" parameter to nl2br() which makes the function
Completed in 60 milliseconds