Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstring.c4794 size_t repl_cnt = 0; local
4814 repl_cnt++;
4819 repl_cnt++;
4825 if (repl_cnt == 0) {
4832 result = zend_string_safe_alloc(repl_cnt, repl_len, ZSTR_LEN(str), 0);

Completed in 22 milliseconds