Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c2383 zval regex_tmp, replace_tmp, subject_tmp; variable
2386 Z_FLF_PARAM_ARRAY_HT_OR_STR(2, replace_ht, replace_str, replace_tmp);
2398 Z_FLF_PARAM_FREE_STR(2, replace_tmp);
/php-src/ext/standard/
H A Dstring.c4582 zval search_tmp, replace_tmp, subject_tmp; variable
4585 Z_FLF_PARAM_ARRAY_HT_OR_STR(2, replace_ht, replace_str, replace_tmp);
4592 Z_FLF_PARAM_FREE_STR(2, replace_tmp);

Completed in 35 milliseconds