Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c4348 uint32_t replace_idx; local
4361 replace_idx = 0;
4380 while (replace_idx < replace_ht->nNumUsed) {
4381 replace_entry = &replace_ht->arPacked[replace_idx];
4385 replace_idx++;
4388 while (replace_idx < replace_ht->nNumUsed) {
4389 replace_entry = &replace_ht->arData[replace_idx].val;
4393 replace_idx++;
4396 if (replace_idx < replace_ht->nNumUsed) {
4404 replace_idx++;
/php-src/ext/pcre/
H A Dphp_pcre.c2089 uint32_t replace_idx = 0; in php_pcre_replace_array() local
2101 if (replace_idx == replace_ht->nNumUsed) { in php_pcre_replace_array()
2106 zv = ZEND_HASH_ELEMENT(replace_ht, replace_idx); in php_pcre_replace_array()
2107 replace_idx++; in php_pcre_replace_array()

Completed in 35 milliseconds