replace_str      1374 ext/pcre/php_pcre.c 			zval replace_str;
replace_str      1378 ext/pcre/php_pcre.c 			ZVAL_UNDEF(&replace_str);
replace_str      1384 ext/pcre/php_pcre.c 						ZVAL_COPY(&replace_str, &Z_ARRVAL_P(replace)->arData[replace_idx].val);
replace_str      1389 ext/pcre/php_pcre.c 				if (!Z_ISUNDEF(replace_str)) {
replace_str      1391 ext/pcre/php_pcre.c 						convert_to_string(&replace_str);
replace_str      1393 ext/pcre/php_pcre.c 					replace_value = &replace_str;
replace_str      1416 ext/pcre/php_pcre.c 				zval_dtor(&replace_str);
replace_str      1421 ext/pcre/php_pcre.c 			zval_dtor(&replace_str);