eval_result      1106 ext/pcre/php_pcre.c 	zend_string     *eval_result=NULL;  /* Result of custom function */
eval_result      1256 ext/pcre/php_pcre.c 				eval_result = preg_do_repl_func(replace_val, subject, offsets, subpat_names, count, mark);
eval_result      1257 ext/pcre/php_pcre.c 				ZEND_ASSERT(eval_result);
eval_result      1258 ext/pcre/php_pcre.c 				new_len += (int)ZSTR_LEN(eval_result);
eval_result      1275 ext/pcre/php_pcre.c 				memcpy(walkbuf, ZSTR_VAL(eval_result), ZSTR_LEN(eval_result));
eval_result      1276 ext/pcre/php_pcre.c 				result_len += (int)ZSTR_LEN(eval_result);
eval_result      1277 ext/pcre/php_pcre.c 				zend_string_release(eval_result);