Searched refs:subject_tmp (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/pcre/ |
H A D | php_pcre.c | 1480 zval regex_tmp, subject_tmp; variable 1484 Z_FLF_PARAM_STR(2, subject, subject_tmp); 1499 Z_FLF_PARAM_FREE_STR(2, subject_tmp); 2374 zval regex_tmp, replace_tmp, subject_tmp; variable 2378 Z_FLF_PARAM_ARRAY_HT_OR_STR(3, subject_ht, subject_str, subject_tmp); 2390 Z_FLF_PARAM_FREE_STR(3, subject_tmp);
|
/php-src/ext/standard/ |
H A D | string.c | 4550 zval search_tmp, replace_tmp, subject_tmp; variable 4554 Z_FLF_PARAM_ARRAY_HT_OR_STR(3, subject_ht, subject_str, subject_tmp); 4561 Z_FLF_PARAM_FREE_STR(3, subject_tmp);
|
Completed in 25 milliseconds