Lines Matching refs:fcc

1543 static zend_string *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cache *fcc, const char …  in preg_do_repl_func()  argument
1556 if (zend_call_function(fci, fcc) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in preg_do_repl_func()
1845 …*subject, size_t subject_len, zend_fcall_info *fci, zend_fcall_info_cache *fcc, size_t limit, size… in php_pcre_replace_func_impl() argument
1936 fci, fcc, subject, offsets, subpat_names, num_subpats, count, in php_pcre_replace_func_impl()
2042 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_pcre_replace_func() argument
2054 pce, subject_str, ZSTR_VAL(subject_str), ZSTR_LEN(subject_str), fci, fcc, in php_pcre_replace_func()
2161 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_replace_in_subject_func() argument
2168 regex_str, subject, fci, fcc, limit, replace_count, flags); in php_replace_in_subject_func()
2187 regex_entry_str, subject, fci, fcc, limit, replace_count, flags); in php_replace_in_subject_func()
2204 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in preg_replace_func_impl() argument
2212 regex_str, regex_ht, fci, fcc, subject_str, limit_val, &replace_count, flags); in preg_replace_func_impl()
2236 regex_str, regex_ht, fci, fcc, subject_entry_str, limit_val, &replace_count, flags); in preg_replace_func_impl()
2397 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
2402 Z_PARAM_FUNC(fci, fcc) in PHP_FUNCTION()
2411 &fci, &fcc, in PHP_FUNCTION()
2428 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
2451 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
2462 replace_count += preg_replace_func_impl(&zv, str_idx_regex, /* regex_ht */ NULL, &fci, &fcc, in PHP_FUNCTION()