is_xhtml 2371 ext/standard/basic_functions.c ZEND_ARG_INFO(0, is_xhtml) is_xhtml 4388 ext/standard/string.c zend_bool is_xhtml = 1; is_xhtml 4392 ext/standard/string.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|b", &str, &is_xhtml) == FAILURE) { is_xhtml 4399 ext/standard/string.c Z_PARAM_BOOL(is_xhtml) is_xhtml 4429 ext/standard/string.c size_t repl_len = is_xhtml ? (sizeof("<br />") - 1) : (sizeof("<br>") - 1); is_xhtml 4444 ext/standard/string.c if (is_xhtml) {