Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c1473 zval regex_tmp, subject_tmp; variable
1477 Z_FLF_PARAM_STR(2, subject, subject_tmp);
1492 Z_FLF_PARAM_FREE_STR(2, subject_tmp);
2383 zval regex_tmp, replace_tmp, subject_tmp; variable
2387 Z_FLF_PARAM_ARRAY_HT_OR_STR(3, subject_ht, subject_str, subject_tmp);
2399 Z_FLF_PARAM_FREE_STR(3, subject_tmp);
/php-src/ext/standard/
H A Dstring.c4582 zval search_tmp, replace_tmp, subject_tmp; variable
4586 Z_FLF_PARAM_ARRAY_HT_OR_STR(3, subject_ht, subject_str, subject_tmp);
4593 Z_FLF_PARAM_FREE_STR(3, subject_tmp);

Completed in 27 milliseconds