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.c4316 uint32_t replace_idx; local
4329 replace_idx = 0;
4348 while (replace_idx < replace_ht->nNumUsed) {
4349 replace_entry = &replace_ht->arPacked[replace_idx];
4353 replace_idx++;
4356 while (replace_idx < replace_ht->nNumUsed) {
4357 replace_entry = &replace_ht->arData[replace_idx].val;
4361 replace_idx++;
4364 if (replace_idx < replace_ht->nNumUsed) {
4372 replace_idx++;
/php-src/ext/pcre/
H A Dphp_pcre.c2080 uint32_t replace_idx = 0; in php_pcre_replace_array() local
2092 if (replace_idx == replace_ht->nNumUsed) { in php_pcre_replace_array()
2097 zv = ZEND_HASH_ELEMENT(replace_ht, replace_idx); in php_pcre_replace_array()
2098 replace_idx++; in php_pcre_replace_array()

Completed in 30 milliseconds