| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo_dbh.c | 459 zend_fcall_info_cache fcc;
|
| H A D | php_pdo_driver.h | 613 zend_fcall_info_cache fcc; 620 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;
|
| /PHP_TRUNK/ext/pdo_sqlite/ |
| H A D | php_pdo_sqlite_int.h | 35 zend_fcall_info_cache fcc;
|
| /PHP_TRUNK/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.h | 123 zend_fcall_info_cache fcc;
|
| /PHP_TRUNK/ext/sqlite3/ |
| H A D | php_sqlite3_structs.h | 51 zend_fcall_info_cache fcc;
|
| /PHP_TRUNK/ext/standard/ |
| H A D | basic_functions.h | 175 zend_fcall_info_cache array_walk_fci_cache; 177 zend_fcall_info_cache user_compare_fci_cache;
|
| H A D | array.c | 622 zend_fcall_info_cache old_user_compare_fci_cache \ 1065 zend_fcall_info_cache orig_array_walk_fci_cache; 1128 zend_fcall_info_cache orig_array_walk_fci_cache; 1153 zend_fcall_info_cache orig_array_walk_fci_cache; 3032 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; 3034 zend_fcall_info_cache *fci_key_cache, *fci_data_cache; 3450 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; 3452 zend_fcall_info_cache *fci_key_cache, *fci_data_cache; 4143 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; 4212 zend_fcall_info_cache fci_cach [all...] |
| H A D | basic_functions.c | 4773 zend_fcall_info_cache fci_cache; 4797 zend_fcall_info_cache fci_cache; 4903 zend_fcall_info_cache fci_cache; 4936 zend_fcall_info_cache fci_cache;
|
| /PHP_TRUNK/ext/sybase_ct/ |
| H A D | php_sybase_ct.c | 2192 zend_fcall_info_cache cache = empty_fcall_info_cache;
|
| /PHP_TRUNK/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_TRUNK/main/streams/ |
| H A D | userspace.c | 302 zend_fcall_info_cache fcc;
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | php_mbregex.c | 798 zend_fcall_info_cache arg_replace_fci_cache;
|
| /PHP_TRUNK/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_TRUNK/ext/intl/converter/ |
| H A D | converter.c | 33 zend_fcall_info_cache to_cache, from_cache; 545 zend_fcall_info_cache *fcache TSRMLS_DC) {
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_interfaces.c | 64 zend_fcall_info_cache fcic;
|
| H A D | zend_API.c | 623 zend_fcall_info_cache *fcc = va_arg(*va, zend_fcall_info_cache *); 2669 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) /* {{{ */ 2738 static int zend_is_callable_check_func(int check_flags, zval *callable, zend_fcall_info_cache *fcc, int strict_class, char **error TSRMLS_DC) /* {{{ */ 2999 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) /* {{{ */ 3003 zend_fcall_info_cache fcc_local; 3208 zend_fcall_info_cache fcc; 3233 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) /* {{{ */ 3371 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 | 46 ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { 0, NULL, NULL, NULL, NULL }; 733 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC) /* {{{ */ 746 zend_fcall_info_cache fci_cache_local; 1025 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 300 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); 454 ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache; 466 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); 508 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval, zval *args TSRMLS_DC); 510 ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC);
|
| /PHP_TRUNK/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; 4214 zend_fcall_info_cache fcc; 4321 zend_fcall_info_cache fcc;
|
| /PHP_TRUNK/ext/curl/ |
| H A D | php_curl.h | 122 zend_fcall_info_cache fci_cache; 131 zend_fcall_info_cache fci_cache; 140 zend_fcall_info_cache fci_cache;
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli.c | 1277 zend_fcall_info_cache fcc;
|