zend_fcall_info_cache  698 Zend/zend_API.c 				zend_fcall_info_cache *fcc = va_arg(*va, zend_fcall_info_cache *);
zend_fcall_info_cache 2827 Zend/zend_API.c static int zend_is_callable_check_class(zend_string *name, zend_fcall_info_cache *fcc, int *strict_class, char **error) /* {{{ */
zend_fcall_info_cache 2911 Zend/zend_API.c static int zend_is_callable_check_func(int check_flags, zval *callable, zend_fcall_info_cache *fcc, int strict_class, char **error) /* {{{ */
zend_fcall_info_cache 3182 Zend/zend_API.c ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char **error) /* {{{ */
zend_fcall_info_cache 3185 Zend/zend_API.c 	zend_fcall_info_cache fcc_local;
zend_fcall_info_cache 3389 Zend/zend_API.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 3413 Zend/zend_API.c ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend_string **callable_name, char **error) /* {{{ */
zend_fcall_info_cache 3571 Zend/zend_API.c ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *retval_ptr, zval *args) /* {{{ */
zend_fcall_info_cache  313 Zend/zend_API.h ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char **error);
zend_fcall_info_cache  475 Zend/zend_API.h ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
zend_fcall_info_cache  487 Zend/zend_API.h ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend_string **callable_name, char **error);
zend_fcall_info_cache  530 Zend/zend_API.h ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *retval, zval *args);
zend_fcall_info_cache  532 Zend/zend_API.h ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache);
zend_fcall_info_cache 1215 Zend/zend_API.h static zend_always_inline int zend_parse_arg_func(zval *arg, zend_fcall_info *dest_fci, zend_fcall_info_cache *dest_fcc, int check_null, char **error)
zend_fcall_info_cache  124 Zend/zend_closures.c 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache   47 Zend/zend_execute_API.c ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { 0, NULL, NULL, NULL, NULL };
zend_fcall_info_cache  689 Zend/zend_execute_API.c int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */
zend_fcall_info_cache  694 Zend/zend_execute_API.c 	zend_fcall_info_cache fci_cache_local;
zend_fcall_info_cache  951 Zend/zend_execute_API.c 	zend_fcall_info_cache fcall_cache;
zend_fcall_info_cache   67 Zend/zend_interfaces.c 		zend_fcall_info_cache fcic;
zend_fcall_info_cache 3399 Zend/zend_vm_def.h 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 5753 Zend/zend_vm_execute.h 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 9499 Zend/zend_vm_execute.h 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 11322 Zend/zend_vm_execute.h 	zend_fcall_info_cache fcc;
zend_fcall_info_cache  125 ext/curl/php_curl.h 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache  134 ext/curl/php_curl.h 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache  143 ext/curl/php_curl.h 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache   30 ext/intl/converter/converter.c 	zend_fcall_info_cache to_cache, from_cache;
zend_fcall_info_cache  530 ext/intl/converter/converter.c                                            zend_fcall_info_cache *fcache) {
zend_fcall_info_cache  173 ext/intl/uchar/uchar.c 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache  290 ext/intl/uchar/uchar.c 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache 1115 ext/libxml/libxml.c 	zend_fcall_info_cache	fcc;
zend_fcall_info_cache   52 ext/libxml/php_libxml.h 		zend_fcall_info_cache	fcc;
zend_fcall_info_cache  794 ext/mbstring/php_mbregex.c 	zend_fcall_info_cache arg_replace_fci_cache;
zend_fcall_info_cache 1280 ext/mysqli/mysqli.c 		zend_fcall_info_cache fcc;
zend_fcall_info_cache  435 ext/pdo/pdo_dbh.c 		zend_fcall_info_cache fcc;
zend_fcall_info_cache  733 ext/pdo/pdo_stmt.c 	zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc;
zend_fcall_info_cache  767 ext/pdo/pdo_stmt.c static int make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_info_cache * fcc, int num_args) /* {{{ */
zend_fcall_info_cache  795 ext/pdo/pdo_stmt.c 	zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc;
zend_fcall_info_cache  619 ext/pdo/php_pdo_driver.h 			zend_fcall_info_cache fcc;
zend_fcall_info_cache  626 ext/pdo/php_pdo_driver.h 			zend_fcall_info_cache fcc;
zend_fcall_info_cache   35 ext/pdo_sqlite/php_pdo_sqlite_int.h 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 2778 ext/pgsql/pgsql.c 		zend_fcall_info_cache fcc;
zend_fcall_info_cache  666 ext/phar/phar_object.c 		zend_fcall_info_cache fcc;
zend_fcall_info_cache 1398 ext/phar/util.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 1369 ext/reflection/php_reflection.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 1916 ext/reflection/php_reflection.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 1966 ext/reflection/php_reflection.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 3164 ext/reflection/php_reflection.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 3259 ext/reflection/php_reflection.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 4606 ext/reflection/php_reflection.c 		zend_fcall_info_cache fcc;
zend_fcall_info_cache 4710 ext/reflection/php_reflection.c 		zend_fcall_info_cache fcc;
zend_fcall_info_cache  471 ext/spl/php_spl.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache  627 ext/spl/php_spl.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 2057 ext/spl/spl_directory.c 	zend_fcall_info_cache fcic;
zend_fcall_info_cache   59 ext/spl/spl_engine.h 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 1999 ext/spl/spl_iterators.c 	zend_fcall_info_cache  *fcc = &intern->u.cbfilter->fcc;
zend_fcall_info_cache 3625 ext/spl/spl_iterators.c 	zend_fcall_info_cache  fcc;
zend_fcall_info_cache  123 ext/spl/spl_iterators.h 	zend_fcall_info_cache fcc;
zend_fcall_info_cache   49 ext/sqlite3/php_sqlite3_structs.h 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 1024 ext/standard/array.c 	zend_fcall_info_cache old_user_compare_fci_cache \
zend_fcall_info_cache 1454 ext/standard/array.c 			zend_fcall_info_cache orig_array_walk_fci_cache;
zend_fcall_info_cache 1530 ext/standard/array.c 	zend_fcall_info_cache orig_array_walk_fci_cache;
zend_fcall_info_cache 1568 ext/standard/array.c 	zend_fcall_info_cache orig_array_walk_fci_cache;
zend_fcall_info_cache 3955 ext/standard/array.c 	zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
zend_fcall_info_cache 3957 ext/standard/array.c 	zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache;
zend_fcall_info_cache 4378 ext/standard/array.c 	zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
zend_fcall_info_cache 4380 ext/standard/array.c 	zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache;
zend_fcall_info_cache 5110 ext/standard/array.c 	zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
zend_fcall_info_cache 5173 ext/standard/array.c 	zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
zend_fcall_info_cache 5257 ext/standard/array.c 	zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
zend_fcall_info_cache 4767 ext/standard/basic_functions.c 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache 4795 ext/standard/basic_functions.c 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache 4825 ext/standard/basic_functions.c 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache 4856 ext/standard/basic_functions.c 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache  178 ext/standard/basic_functions.h 	zend_fcall_info_cache array_walk_fci_cache;
zend_fcall_info_cache  180 ext/standard/basic_functions.h 	zend_fcall_info_cache user_compare_fci_cache;
zend_fcall_info_cache  138 main/SAPI.h    	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache  120 main/php_output.h 	zend_fcall_info_cache fcc;
zend_fcall_info_cache  298 main/streams/userspace.c 		zend_fcall_info_cache fcc;