Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c4807 size_t repl_len = is_xhtml ? (sizeof("<br />") - 1) : (sizeof("<br>") - 1); local
4809 result = zend_string_safe_alloc(repl_cnt, repl_len, ZSTR_LEN(str), 0);

Completed in 22 milliseconds