Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/curl/
H A Dcurl_private.h49 zend_fcall_info_cache fci_cache;
58 zend_fcall_info_cache fci_cache;
67 zend_fcall_info_cache fci_cache;
/PHP-8.0/ext/sqlite3/
H A Dphp_sqlite3_structs.h45 zend_fcall_info_cache fcc;
75 zend_fcall_info_cache authorizer_fcc;
H A Dsqlite3.c956 zend_fcall_info_cache fcc; in PHP_METHOD()
999 zend_fcall_info_cache step_fcc, fini_fcc; in PHP_METHOD()
1042 zend_fcall_info_cache fcc; in PHP_METHOD()
1305 zend_fcall_info_cache fcc; in PHP_METHOD()
/PHP-8.0/ext/standard/
H A Dbasic_functions.h70 zend_fcall_info_cache array_walk_fci_cache;
72 zend_fcall_info_cache user_compare_fci_cache;
H A Dbasic_functions.c1544 zend_fcall_info_cache fci_cache;
1569 zend_fcall_info_cache fci_cache;
1593 zend_fcall_info_cache fci_cache;
1628 zend_fcall_info_cache fci_cache;
1793 zend_fcall_info_cache fcc;
2428 zend_fcall_info_cache fci_cache;
H A Darray.c955 zend_fcall_info_cache old_user_compare_fci_cache \
1396 zend_fcall_info_cache orig_array_walk_fci_cache; in php_array_walk()
1475 zend_fcall_info_cache orig_array_walk_fci_cache; in PHP_FUNCTION()
1504 zend_fcall_info_cache orig_array_walk_fci_cache; in PHP_FUNCTION()
4673 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
4675 zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache;
5047 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
5049 zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache;
5847 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
5910 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
[all …]
/PHP-8.0/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h31 zend_fcall_info_cache fcc;
H A Dsqlite_driver.c526 zend_fcall_info_cache fcc; in PHP_METHOD()
593 zend_fcall_info_cache step_fcc, fini_fcc; in PHP_METHOD()
644 zend_fcall_info_cache fcc; in PHP_METHOD()
/PHP-8.0/win32/
H A Dsignal.c91 zend_fcall_info_cache fcc; in PHP_FUNCTION()
/PHP-8.0/ext/spl/
H A Dspl_iterators.h116 zend_fcall_info_cache fcc;
H A Dphp_spl.c390 zend_fcall_info *fci, zend_fcall_info_cache *fcc) { in autoload_func_info_from_fci()
498 zend_fcall_info_cache fcc; in PHP_FUNCTION()
570 zend_fcall_info_cache fcc; in PHP_FUNCTION()
/PHP-8.0/ext/libxml/
H A Dphp_libxml.h48 zend_fcall_info_cache fcc;
/PHP-8.0/ext/pdo/
H A Dphp_pdo_driver.h624 zend_fcall_info_cache fcc;
631 zend_fcall_info_cache fcc;
H A Dpdo_stmt.c692 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_class_prepare()
721 …lable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_info_cache * fcc, int… in make_callable_ex()
749 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_func_prepare()
/PHP-8.0/ext/readline/
H A Dreadline.c474 zend_fcall_info_cache fcc; in PHP_FUNCTION()
515 zend_fcall_info_cache fcc; in PHP_FUNCTION()
/PHP-8.0/Zend/
H A Dzend_closures.c128 zend_fcall_info_cache fci_cache; in ZEND_METHOD()
268 zend_fcall_info_cache fcc; in ZEND_NAMED_FUNCTION()
272 memset(&fcc, 0, sizeof(zend_fcall_info_cache)); in ZEND_NAMED_FUNCTION()
300 zend_fcall_info_cache fcc; in zend_create_closure_from_callable()
H A Dzend_API.h62 } zend_fcall_info_cache; typedef
352 ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc);
357 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error);
358 …bject *object, uint32_t check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char…
520 ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
530 …_init(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend…
573 ZEND_API zend_result zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *r…
575 ZEND_API zend_result zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache);
2138 …ne bool zend_parse_arg_func(zval *arg, zend_fcall_info *dest_fci, zend_fcall_info_cache *dest_fcc,… in zend_parse_arg_func()
H A Dzend_execute_API.c52 ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { NULL, NULL, NULL, NULL };
663 zend_result zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function()
667 zend_fcall_info_cache fci_cache_local; in zend_call_function()
969 zend_fcall_info_cache fcic; in zend_call_known_function()
H A Dzend_API.c849 zend_fcall_info_cache *fcc = va_arg(*va, zend_fcall_info_cache *); in zend_parse_arg_impl()
3014 …_string *name, zend_class_entry *scope, zend_execute_data *frame, zend_fcall_info_cache *fcc, bool… in zend_is_callable_check_class()
3098 ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc) { in zend_release_fcall_info_cache()
3109 …k_func(int check_flags, zval *callable, zend_execute_data *frame, zend_fcall_info_cache *fcc, bool… in zend_is_callable_check_func()
3393 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error) /* {{{ */ in zend_is_callable_at_frame()
3396 zend_fcall_info_cache fcc_local; in zend_is_callable_at_frame()
3512 …bject *object, uint32_t check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char… in zend_is_callable_ex()
3535 zend_fcall_info_cache fcc; in zend_make_callable()
3551 …_init(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend… in zend_fcall_info_init()
3686 ZEND_API zend_result zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *r… in zend_fcall_info_call()
/PHP-8.0/main/
H A Dphp_output.h116 zend_fcall_info_cache fcc;
H A DSAPI.h129 zend_fcall_info_cache fci_cache;
/PHP-8.0/ext/intl/uchar/
H A Duchar.c162 zend_fcall_info_cache fci_cache;
265 zend_fcall_info_cache fci_cache;
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c1552 static zend_string *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cache *fcc, const char … in preg_do_repl_func()
1855 …r, const char *subject, size_t subject_len, zend_fcall_info *fci, zend_fcall_info_cache *fcc, size… in php_pcre_replace_func_impl()
2070 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_pcre_replace_func()
2189 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_replace_in_subject_func()
2232 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in preg_replace_func_impl()
2386 zend_fcall_info_cache fcc; in PHP_FUNCTION()
2417 zend_fcall_info_cache fcc; in PHP_FUNCTION()
/PHP-8.0/ext/intl/converter/
H A Dconverter.c31 zend_fcall_info_cache to_cache, from_cache;
511 zend_fcall_info_cache *fcache) { in php_converter_resolve_callback()
/PHP-8.0/docs/
H A Dparameter-parsing-api.md74 zend_fcall_info and zend_fcall_info_cache)

Completed in 123 milliseconds

12