Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dstring.c4365 size_t repl_cnt = 0; local
4385 repl_cnt++;
4390 repl_cnt++;
4396 if (repl_cnt == 0) {
4403 result = zend_string_safe_alloc(repl_cnt, repl_len, ZSTR_LEN(str), 0);

Completed in 18 milliseconds