Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dstring.c3972 zend_bool is_xhtml = 1; local
3974 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &str, &str_len, &is_xhtml) == FAILURE)…
4004 size_t repl_len = is_xhtml ? (sizeof("<br />") - 1) : (sizeof("<br>") - 1);
4018 if (is_xhtml) {
H A Dbasic_functions.c2365 ZEND_ARG_INFO(0, is_xhtml)
/PHP-5.3/
H A DUPGRADING98 nl2br(): $is_xhtml
H A DNEWS3010 - Added optional "is_xhtml" parameter to nl2br() which makes the function

Completed in 59 milliseconds