Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dstring.c4054 uint32_t replace_idx; local
4067 replace_idx = 0;
4086 while (replace_idx < replace_ht->nNumUsed) {
4087 replace_entry = &replace_ht->arPacked[replace_idx];
4091 replace_idx++;
4094 while (replace_idx < replace_ht->nNumUsed) {
4095 replace_entry = &replace_ht->arData[replace_idx].val;
4099 replace_idx++;
4102 if (replace_idx < replace_ht->nNumUsed) {
4110 replace_idx++;
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2066 uint32_t replace_idx = 0; in php_pcre_replace_array() local
2078 if (replace_idx == replace_ht->nNumUsed) { in php_pcre_replace_array()
2083 zv = ZEND_HASH_ELEMENT(replace_ht, replace_idx); in php_pcre_replace_array()
2084 replace_idx++; in php_pcre_replace_array()

Completed in 23 milliseconds