Home
last modified time | relevance | path

Searched refs:Z_FLF_PARAM_ARRAY_HT_OR_STR (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_frameless_function.h57 #define Z_FLF_PARAM_ARRAY_HT_OR_STR(arg_num, dest_ht, dest_str, str_tmp) \ macro
/php-src/ext/pcre/
H A Dphp_pcre.c2369 Z_FLF_PARAM_ARRAY_HT_OR_STR(1, regex_ht, regex_str, regex_tmp);
2370 Z_FLF_PARAM_ARRAY_HT_OR_STR(2, replace_ht, replace_str, replace_tmp);
2371 Z_FLF_PARAM_ARRAY_HT_OR_STR(3, subject_ht, subject_str, subject_tmp);
/php-src/ext/standard/
H A Dstring.c4552 Z_FLF_PARAM_ARRAY_HT_OR_STR(1, search_ht, search_str, search_tmp);
4553 Z_FLF_PARAM_ARRAY_HT_OR_STR(2, replace_ht, replace_str, replace_tmp);
4554 Z_FLF_PARAM_ARRAY_HT_OR_STR(3, subject_ht, subject_str, subject_tmp);

Completed in 27 milliseconds