Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/
H A Dphp_pcre.c1453 uint32_t replace_idx; in php_replace_in_subject() local
1467 replace_idx = 0; in php_replace_in_subject()
1479 while (replace_idx < Z_ARRVAL_P(replace)->nNumUsed) { in php_replace_in_subject()
1480 if (Z_TYPE(Z_ARRVAL_P(replace)->arData[replace_idx].val) != IS_UNDEF) { in php_replace_in_subject()
1481 ZVAL_COPY(&replace_str, &Z_ARRVAL_P(replace)->arData[replace_idx].val); in php_replace_in_subject()
1484 replace_idx++; in php_replace_in_subject()
1491 replace_idx++; in php_replace_in_subject()
/PHP-7.1/ext/standard/
H A Dstring.c3889 uint32_t replace_idx; local
3905 replace_idx = 0;
3918 replace_idx++;
3927 while (replace_idx < Z_ARRVAL_P(replace)->nNumUsed) {
3928 replace_entry = &Z_ARRVAL_P(replace)->arData[replace_idx].val;
3932 replace_idx++;
3934 if (replace_idx < Z_ARRVAL_P(replace)->nNumUsed) {
3942 replace_idx++;

Completed in 25 milliseconds