Lines Matching refs:fcc

1541 static zend_string *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cache *fcc, const char …  in preg_do_repl_func()  argument
1554 if (zend_call_function(fci, fcc) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in preg_do_repl_func()
1843 …*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
1948 fci, fcc, subject, offsets, subpat_names, num_subpats, count, in php_pcre_replace_func_impl()
2058 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_pcre_replace_func() argument
2070 pce, subject_str, ZSTR_VAL(subject_str), ZSTR_LEN(subject_str), fci, fcc, in php_pcre_replace_func()
2177 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_replace_in_subject_func() argument
2184 regex_str, subject, fci, fcc, limit, replace_count, flags); in php_replace_in_subject_func()
2203 regex_entry_str, subject, fci, fcc, limit, replace_count, flags); in php_replace_in_subject_func()
2220 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in preg_replace_func_impl() argument
2228 regex_str, regex_ht, fci, fcc, subject_str, limit_val, &replace_count, flags); in preg_replace_func_impl()
2252 regex_str, regex_ht, fci, fcc, subject_entry_str, limit_val, &replace_count, flags); in preg_replace_func_impl()
2413 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
2418 Z_PARAM_FUNC(fci, fcc) in PHP_FUNCTION()
2427 &fci, &fcc, in PHP_FUNCTION()
2444 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
2467 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
2478 replace_count += preg_replace_func_impl(&zv, str_idx_regex, /* regex_ht */ NULL, &fci, &fcc, in PHP_FUNCTION()