Home
last modified time | relevance | path

Searched refs:zend_fcall_info_cache (Results 1 – 25 of 31) sorted by relevance

12

/PHP-5.4/ext/curl/
H A Dphp_curl.h84 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_sqlite/
H A Dphp_pdo_sqlite_int.h35 zend_fcall_info_cache fcc;
/PHP-5.4/ext/sqlite3/
H A Dphp_sqlite3_structs.h51 zend_fcall_info_cache fcc;
/PHP-5.4/ext/standard/
H A Dbasic_functions.h175 zend_fcall_info_cache array_walk_fci_cache;
177 zend_fcall_info_cache user_compare_fci_cache;
H A Darray.c622 zend_fcall_info_cache old_user_compare_fci_cache \
1080 zend_fcall_info_cache orig_array_walk_fci_cache; in php_array_walk()
1153 zend_fcall_info_cache orig_array_walk_fci_cache; in PHP_FUNCTION()
1178 zend_fcall_info_cache orig_array_walk_fci_cache; in PHP_FUNCTION()
2998 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; in php_array_intersect()
3000 zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache; in php_array_intersect()
3416 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; in php_array_diff()
3418 zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache; in php_array_diff()
4098 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; in PHP_FUNCTION()
4167 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; in PHP_FUNCTION()
[all …]
H A Dbasic_functions.c4721 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;
/PHP-5.4/ext/libxml/
H A Dphp_libxml.h48 zend_fcall_info_cache fcc;
H A Dlibxml.c1082 zend_fcall_info_cache fcc; in PHP_FUNCTION()
/PHP-5.4/ext/spl/
H A Dspl_iterators.h123 zend_fcall_info_cache fcc;
H A Dphp_spl.c477 zend_fcall_info_cache fcc; in PHP_FUNCTION()
636 zend_fcall_info_cache fcc; in PHP_FUNCTION()
H A Dspl_iterators.c1937 zend_fcall_info_cache *fcc = &intern->u.cbfilter->fcc; in SPL_METHOD()
3615 zend_fcall_info_cache fcc;
/PHP-5.4/ext/pdo/
H A Dphp_pdo_driver.h613 zend_fcall_info_cache fcc;
620 zend_fcall_info_cache fcc;
H A Dpdo_stmt.c746 zend_fcall_info_cache * fcc = &stmt->fetch.cls.fcc; in do_fetch_class_prepare()
791 …lable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_info_cache * fcc, int… in make_callable_ex()
819 zend_fcall_info_cache * fcc = &stmt->fetch.cls.fcc; in do_fetch_func_prepare()
H A Dpdo_dbh.c462 zend_fcall_info_cache fcc; in pdo_stmt_construct()
/PHP-5.4/Zend/
H A Dzend_API.h61 } zend_fcall_info_cache; typedef
298 …, uint check_flags, char **callable_name, int *callable_name_len, zend_fcall_info_cache *fcc, char…
450 ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
462 …info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, char…
504 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval, …
506 ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC);
H A Dzend_execute_API.c45 ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { 0, NULL, NULL, NULL, NULL };
752 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC) /* {{{ */ in zend_call_function()
765 zend_fcall_info_cache fci_cache_local; in zend_call_function()
1041 zend_fcall_info_cache fcall_cache; in zend_lookup_class_ex()
H A Dzend_API.c607 zend_fcall_info_cache *fcc = va_arg(*va, zend_fcall_info_cache *); in zend_parse_arg_impl()
2611 static int zend_is_callable_check_class(const char *name, int name_len, zend_fcall_info_cache *fcc,… in zend_is_callable_check_class()
2680 static int zend_is_callable_check_func(int check_flags, zval *callable, zend_fcall_info_cache *fcc,… in zend_is_callable_check_func()
2941 …, uint check_flags, char **callable_name, int *callable_name_len, zend_fcall_info_cache *fcc, char… in zend_is_callable_ex()
2945 zend_fcall_info_cache fcc_local; in zend_is_callable_ex()
3150 zend_fcall_info_cache fcc; in zend_make_callable()
3175 …info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, char… in zend_fcall_info_init()
3313 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval_p… in zend_fcall_info_call()
H A Dzend_interfaces.c64 zend_fcall_info_cache fcic; in zend_call_method()
/PHP-5.4/main/
H A Dphp_output.h125 zend_fcall_info_cache fcc;
H A DSAPI.h134 zend_fcall_info_cache fci_cache;
/PHP-5.4/
H A DREADME.PARAMETER_PARSING_API47 zend_fcall_info and zend_fcall_info_cache)
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c1369 zend_fcall_info_cache fcc; in _reflection_export()
1899 zend_fcall_info_cache fcc; in ZEND_METHOD()
1959 zend_fcall_info_cache fcc; in ZEND_METHOD()
2824 zend_fcall_info_cache fcc; in ZEND_METHOD()
2928 zend_fcall_info_cache fcc; in ZEND_METHOD()
4195 zend_fcall_info_cache fcc; in ZEND_METHOD()
4294 zend_fcall_info_cache fcc; in ZEND_METHOD()
/PHP-5.4/ext/mbstring/
H A Dphp_mbregex.c798 zend_fcall_info_cache arg_replace_fci_cache; in _php_mb_regex_ereg_replace_exec()
/PHP-5.4/ext/mysqli/
H A Dmysqli.c1270 zend_fcall_info_cache fcc; in php_mysqli_fetch_into_hash()
/PHP-5.4/main/streams/
H A Duserspace.c302 zend_fcall_info_cache fcc; in user_stream_create_object()

Completed in 133 milliseconds

12