Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/
H A Dphp_pcre.c2377 zval regex_tmp, replace_tmp, subject_tmp; variable
2380 Z_FLF_PARAM_ARRAY_HT_OR_STR(2, replace_ht, replace_str, replace_tmp);
2392 Z_FLF_PARAM_FREE_STR(2, replace_tmp);
/PHP-8.2/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 51 milliseconds