| /PHP_5_4/ext/curl/ |
| H A D | php_curl.h | 84 zend_fcall_info_cache fci_cache; 94 zend_fcall_info_cache fci_cache; 103 zend_fcall_info_cache fci_cache;
|
| /PHP_5_4/ext/pdo/ |
| H A D | pdo_dbh.c | 459 zend_fcall_info_cache fcc;
|
| H A D | pdo_stmt.c | 746 zend_fcall_info_cache * fcc = &stmt->fetch.cls.fcc; 791 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) /* {{{ */ 819 zend_fcall_info_cache * fcc = &stmt->fetch.cls.fcc;
|
| H A D | php_pdo_driver.h | 613 zend_fcall_info_cache fcc; 620 zend_fcall_info_cache fcc;
|
| /PHP_5_4/ext/pdo_sqlite/ |
| H A D | php_pdo_sqlite_int.h | 35 zend_fcall_info_cache fcc;
|
| /PHP_5_4/ext/spl/ |
| H A D | php_spl.c | 477 zend_fcall_info_cache fcc; 636 zend_fcall_info_cache fcc;
|
| H A D | spl_iterators.c | 1928 zend_fcall_info_cache *fcc = &intern->u.cbfilter->fcc; 3606 zend_fcall_info_cache fcc;
|
| H A D | spl_iterators.h | 123 zend_fcall_info_cache fcc;
|
| /PHP_5_4/ext/sqlite3/ |
| H A D | php_sqlite3_structs.h | 51 zend_fcall_info_cache fcc;
|
| /PHP_5_4/ext/standard/ |
| H A D | array.c | 622 zend_fcall_info_cache old_user_compare_fci_cache \ 1080 zend_fcall_info_cache orig_array_walk_fci_cache; 1153 zend_fcall_info_cache orig_array_walk_fci_cache; 1178 zend_fcall_info_cache orig_array_walk_fci_cache; 2998 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; 3000 zend_fcall_info_cache *fci_key_cache, *fci_data_cache; 3416 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; 3418 zend_fcall_info_cache *fci_key_cache, *fci_data_cache; 4109 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; 4178 zend_fcall_info_cache fci_cach [all...] |
| H A D | basic_functions.c | 4721 zend_fcall_info_cache fci_cache; 4745 zend_fcall_info_cache fci_cache; 4851 zend_fcall_info_cache fci_cache; 4884 zend_fcall_info_cache fci_cache;
|
| H A D | basic_functions.h | 175 zend_fcall_info_cache array_walk_fci_cache; 177 zend_fcall_info_cache user_compare_fci_cache;
|
| /PHP_5_4/ext/sybase_ct/ |
| H A D | php_sybase_ct.c | 2192 zend_fcall_info_cache cache = empty_fcall_info_cache;
|
| /PHP_5_4/main/ |
| H A D | SAPI.h | 134 zend_fcall_info_cache fci_cache;
|
| H A D | php_output.h | 125 zend_fcall_info_cache fcc;
|
| /PHP_5_4/main/streams/ |
| H A D | userspace.c | 302 zend_fcall_info_cache fcc;
|
| /PHP_5_4/ext/mbstring/ |
| H A D | php_mbregex.c | 798 zend_fcall_info_cache arg_replace_fci_cache;
|
| /PHP_5_4/ext/libxml/ |
| H A D | libxml.c | 1082 zend_fcall_info_cache fcc;
|
| H A D | php_libxml.h | 48 zend_fcall_info_cache fcc;
|
| /PHP_5_4/Zend/ |
| H A D | zend_interfaces.c | 64 zend_fcall_info_cache fcic;
|
| H A D | zend_API.c | 607 zend_fcall_info_cache *fcc = va_arg(*va, zend_fcall_info_cache *); 2606 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) /* {{{ */ 2675 static int zend_is_callable_check_func(int check_flags, zval *callable, zend_fcall_info_cache *fcc, int strict_class, char **error TSRMLS_DC) /* {{{ */ 2936 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) /* {{{ */ 2940 zend_fcall_info_cache fcc_local; 3145 zend_fcall_info_cache fcc; 3170 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) /* {{{ */ 3308 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval_ptr_ptr, zval *args TSRMLS_DC) /* {{{ */
|
| H A D | zend_execute_API.c | 45 ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { 0, NULL, NULL, NULL, NULL }; 754 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC) /* {{{ */ 767 zend_fcall_info_cache fci_cache_local; 1043 zend_fcall_info_cache fcall_cache;
|
| H A D | zend_API.h | 61 } zend_fcall_info_cache; typedef in typeref:struct:_zend_fcall_info_cache 298 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); 450 ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache; 462 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); 504 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval, zval *args TSRMLS_DC); 506 ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC);
|
| /PHP_5_4/ext/reflection/ |
| H A D | php_reflection.c | 1372 zend_fcall_info_cache fcc; 1902 zend_fcall_info_cache fcc; 1962 zend_fcall_info_cache fcc; 2827 zend_fcall_info_cache fcc; 2931 zend_fcall_info_cache fcc; 4198 zend_fcall_info_cache fcc; 4297 zend_fcall_info_cache fcc;
|
| /PHP_5_4/ext/mysqli/ |
| H A D | mysqli.c | 1263 zend_fcall_info_cache fcc;
|