zend_fcall_info_cache  623 Zend/zend_API.c 				zend_fcall_info_cache *fcc = va_arg(*va, zend_fcall_info_cache *);
zend_fcall_info_cache 2685 Zend/zend_API.c static int zend_is_callable_check_class(const char *name, int name_len, zend_fcall_info_cache *fcc, int *strict_class, char **error TSRMLS_DC) /* {{{ */
zend_fcall_info_cache 2754 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 TSRMLS_DC) /* {{{ */
zend_fcall_info_cache 3015 Zend/zend_API.c ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **callable_name, int *callable_name_len, zend_fcall_info_cache *fcc, char **error TSRMLS_DC) /* {{{ */
zend_fcall_info_cache 3019 Zend/zend_API.c 	zend_fcall_info_cache fcc_local;
zend_fcall_info_cache 3224 Zend/zend_API.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 3249 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, char **callable_name, char **error TSRMLS_DC) /* {{{ */
zend_fcall_info_cache 3387 Zend/zend_API.c ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval_ptr_ptr, zval *args TSRMLS_DC) /* {{{ */
zend_fcall_info_cache  303 Zend/zend_API.h ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **callable_name, int *callable_name_len, zend_fcall_info_cache *fcc, char **error TSRMLS_DC);
zend_fcall_info_cache  457 Zend/zend_API.h ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
zend_fcall_info_cache  469 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, char **callable_name, char **error TSRMLS_DC);
zend_fcall_info_cache  511 Zend/zend_API.h ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval, zval *args TSRMLS_DC);
zend_fcall_info_cache  513 Zend/zend_API.h ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC);
zend_fcall_info_cache   46 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  621 Zend/zend_execute_API.c int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC) /* {{{ */
zend_fcall_info_cache  634 Zend/zend_execute_API.c 	zend_fcall_info_cache fci_cache_local;
zend_fcall_info_cache  913 Zend/zend_execute_API.c 	zend_fcall_info_cache fcall_cache;
zend_fcall_info_cache   64 Zend/zend_interfaces.c 		zend_fcall_info_cache fcic;
zend_fcall_info_cache  122 ext/curl/php_curl.h 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache  131 ext/curl/php_curl.h 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache  140 ext/curl/php_curl.h 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache   33 ext/intl/converter/converter.c 	zend_fcall_info_cache to_cache, from_cache;
zend_fcall_info_cache  555 ext/intl/converter/converter.c                                            zend_fcall_info_cache *fcache TSRMLS_DC) {
zend_fcall_info_cache 1110 ext/libxml/libxml.c 	zend_fcall_info_cache	fcc;
zend_fcall_info_cache   48 ext/libxml/php_libxml.h 		zend_fcall_info_cache	fcc;
zend_fcall_info_cache  798 ext/mbstring/php_mbregex.c 	zend_fcall_info_cache arg_replace_fci_cache;
zend_fcall_info_cache 2165 ext/mysql/php_mysql.c 		zend_fcall_info_cache fcc;
zend_fcall_info_cache 1296 ext/mysqli/mysqli.c 		zend_fcall_info_cache fcc;
zend_fcall_info_cache  468 ext/pdo/pdo_dbh.c 		zend_fcall_info_cache fcc;
zend_fcall_info_cache  746 ext/pdo/pdo_stmt.c 	zend_fcall_info_cache * fcc = &stmt->fetch.cls.fcc;
zend_fcall_info_cache  779 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 TSRMLS_DC) /* {{{ */
zend_fcall_info_cache  807 ext/pdo/pdo_stmt.c 	zend_fcall_info_cache * fcc = &stmt->fetch.cls.fcc;
zend_fcall_info_cache  623 ext/pdo/php_pdo_driver.h 			zend_fcall_info_cache fcc;
zend_fcall_info_cache  630 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 2785 ext/pgsql/pgsql.c 		zend_fcall_info_cache fcc;
zend_fcall_info_cache  682 ext/phar/phar_object.c 		zend_fcall_info_cache fcc;
zend_fcall_info_cache 1410 ext/phar/util.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 1405 ext/reflection/php_reflection.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 1935 ext/reflection/php_reflection.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 1995 ext/reflection/php_reflection.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 2888 ext/reflection/php_reflection.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 2992 ext/reflection/php_reflection.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 4283 ext/reflection/php_reflection.c 		zend_fcall_info_cache fcc;
zend_fcall_info_cache 4390 ext/reflection/php_reflection.c 		zend_fcall_info_cache fcc;
zend_fcall_info_cache  477 ext/spl/php_spl.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache  636 ext/spl/php_spl.c 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 2102 ext/spl/spl_directory.c 	zend_fcall_info_cache fcic;
zend_fcall_info_cache   57 ext/spl/spl_engine.h 	zend_fcall_info_cache fcc;
zend_fcall_info_cache 2001 ext/spl/spl_iterators.c 	zend_fcall_info_cache  *fcc = &intern->u.cbfilter->fcc;
zend_fcall_info_cache 3681 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   51 ext/sqlite3/php_sqlite3_structs.h 	zend_fcall_info_cache fcc;
zend_fcall_info_cache  622 ext/standard/array.c 	zend_fcall_info_cache old_user_compare_fci_cache \
zend_fcall_info_cache 1066 ext/standard/array.c 			zend_fcall_info_cache orig_array_walk_fci_cache;
zend_fcall_info_cache 1129 ext/standard/array.c 	zend_fcall_info_cache orig_array_walk_fci_cache;
zend_fcall_info_cache 1154 ext/standard/array.c 	zend_fcall_info_cache orig_array_walk_fci_cache;
zend_fcall_info_cache 2912 ext/standard/array.c 	zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
zend_fcall_info_cache 2914 ext/standard/array.c 	zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache;
zend_fcall_info_cache 3330 ext/standard/array.c 	zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
zend_fcall_info_cache 3332 ext/standard/array.c 	zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache;
zend_fcall_info_cache 4004 ext/standard/array.c 	zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
zend_fcall_info_cache 4075 ext/standard/array.c 	zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
zend_fcall_info_cache 4175 ext/standard/array.c 	zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
zend_fcall_info_cache 4753 ext/standard/basic_functions.c 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache 4777 ext/standard/basic_functions.c 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache 4883 ext/standard/basic_functions.c 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache 4916 ext/standard/basic_functions.c 	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache  175 ext/standard/basic_functions.h 	zend_fcall_info_cache array_walk_fci_cache;
zend_fcall_info_cache  177 ext/standard/basic_functions.h 	zend_fcall_info_cache user_compare_fci_cache;
zend_fcall_info_cache 2192 ext/sybase_ct/php_sybase_ct.c 	zend_fcall_info_cache cache = empty_fcall_info_cache;
zend_fcall_info_cache  137 main/SAPI.h    	zend_fcall_info_cache fci_cache;
zend_fcall_info_cache  125 main/php_output.h 	zend_fcall_info_cache fcc;
zend_fcall_info_cache  302 main/streams/userspace.c 		zend_fcall_info_cache fcc;