Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/
H A Dphp_pcre.c2101 uint32_t replace_idx = 0; in php_pcre_replace_array() local
2113 if (replace_idx == replace_ht->nNumUsed) { in php_pcre_replace_array()
2118 zv = &replace_ht->arData[replace_idx].val; in php_pcre_replace_array()
2119 replace_idx++; in php_pcre_replace_array()
/PHP-8.1/ext/standard/
H A Dstring.c4134 uint32_t replace_idx; local
4147 replace_idx = 0;
4165 while (replace_idx < replace_ht->nNumUsed) {
4166 replace_entry = &replace_ht->arData[replace_idx].val;
4170 replace_idx++;
4172 if (replace_idx < replace_ht->nNumUsed) {
4180 replace_idx++;

Completed in 30 milliseconds