Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dstring.c4566 size_t repl_len = is_xhtml ? (sizeof("<br />") - 1) : (sizeof("<br>") - 1); local
4568 result = zend_string_safe_alloc(repl_cnt, repl_len, ZSTR_LEN(str), 0);

Completed in 18 milliseconds