Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/curl/
H A Dphp_curl.h128 zend_fcall_info_cache fci_cache;
137 zend_fcall_info_cache fci_cache;
146 zend_fcall_info_cache fci_cache;
/PHP-7.4/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h33 zend_fcall_info_cache fcc;
/PHP-7.4/ext/spl/
H A Dspl_engine.h57 zend_fcall_info_cache fcc; in spl_instantiate_arg_n()
H A Dspl_iterators.h117 zend_fcall_info_cache fcc;
H A Dphp_spl.c410 zend_fcall_info_cache fcic; in PHP_FUNCTION()
470 zend_fcall_info_cache fcall_cache; in PHP_FUNCTION()
513 zend_fcall_info_cache fcc; in PHP_FUNCTION()
685 zend_fcall_info_cache fcc; in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dbasic_functions.h179 zend_fcall_info_cache array_walk_fci_cache;
181 zend_fcall_info_cache user_compare_fci_cache;
H A Darray.c1003 zend_fcall_info_cache old_user_compare_fci_cache \
1416 zend_fcall_info_cache orig_array_walk_fci_cache; in php_array_walk()
1496 zend_fcall_info_cache orig_array_walk_fci_cache; in PHP_FUNCTION()
1527 zend_fcall_info_cache orig_array_walk_fci_cache; in PHP_FUNCTION()
4781 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
4783 zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache;
5192 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
5194 zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache;
6024 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
6091 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
[all …]
/PHP-7.4/ext/sqlite3/
H A Dphp_sqlite3_structs.h47 zend_fcall_info_cache fcc;
/PHP-7.4/ext/libxml/
H A Dphp_libxml.h50 zend_fcall_info_cache fcc;
/PHP-7.4/Zend/
H A Dzend_objects.c102 zend_fcall_info_cache fcic; in zend_objects_destroy_object()
268 zend_fcall_info_cache fcic; in zend_objects_clone_members()
H A Dzend_closures.c126 zend_fcall_info_cache fci_cache; in ZEND_METHOD()
251 zend_fcall_info_cache fcc; in ZEND_NAMED_FUNCTION()
255 memset(&fcc, 0, sizeof(zend_fcall_info_cache)); in ZEND_NAMED_FUNCTION()
282 zend_fcall_info_cache fcc; in zend_create_closure_from_callable()
H A Dzend_API.h57 } zend_fcall_info_cache; typedef
306 ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc);
309 …bject *object, uint32_t check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char…
471 ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
482 …_init(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend…
525 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *retval, z…
527 ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache);
1724 …ine int 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.c50 ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { NULL, NULL, NULL, NULL };
649 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function()
653 zend_fcall_info_cache fci_cache_local; in zend_call_function()
901 zend_fcall_info_cache fcall_cache; in zend_lookup_class_ex()
H A Dzend_API.c803 zend_fcall_info_cache *fcc = va_arg(*va, zend_fcall_info_cache *); in zend_parse_arg_impl()
2908 …_callable_check_class(zend_string *name, zend_class_entry *scope, zend_fcall_info_cache *fcc, int … in zend_is_callable_check_class()
2998 ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc) { in zend_release_fcall_info_cache()
3012 … int zend_is_callable_check_func(int check_flags, zval *callable, zend_fcall_info_cache *fcc, int … in zend_is_callable_check_func()
3338 …e_impl(zval *callable, zend_object *object, uint32_t check_flags, zend_fcall_info_cache *fcc, char… in zend_is_callable_impl()
3341 zend_fcall_info_cache fcc_local; in zend_is_callable_impl()
3462 …bject *object, uint32_t check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char… in zend_is_callable_ex()
3479 zend_fcall_info_cache fcc; in zend_make_callable()
3495 …_init(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend… in zend_fcall_info_init()
3649 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *retval_pt… in zend_fcall_info_call()
H A Dzend_object_handlers.c187 zend_fcall_info_cache fcic; in zend_std_call_getter()
223 zend_fcall_info_cache fcic; in zend_std_call_setter()
261 zend_fcall_info_cache fcic; in zend_std_call_unsetter()
297 zend_fcall_info_cache fcic; in zend_std_call_issetter()
H A Dzend_interfaces.c61 zend_fcall_info_cache fcic; in zend_call_method()
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h626 zend_fcall_info_cache fcc;
633 zend_fcall_info_cache fcc;
H A Dpdo_stmt.c727 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_class_prepare()
757 …lable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_info_cache * fcc, int… in make_callable_ex()
785 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_func_prepare()
/PHP-7.4/main/
H A Dphp_output.h118 zend_fcall_info_cache fcc;
H A DSAPI.h134 zend_fcall_info_cache fci_cache;
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1550 static zend_string *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cache *fcc, char *subje… in preg_do_repl_func()
1855 …ect_str, char *subject, size_t subject_len, zend_fcall_info *fci, zend_fcall_info_cache *fcc, size… in php_pcre_replace_func_impl()
2071 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_pcre_replace_func()
2204 …g *php_replace_in_subject_func(zval *regex, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval… in php_replace_in_subject_func()
2244 …_func_impl(zval *return_value, zval *regex, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval… in preg_replace_func_impl()
2394 zend_fcall_info_cache fcc; in PHP_FUNCTION()
2435 zend_fcall_info_cache fcc; in PHP_FUNCTION()
/PHP-7.4/ext/intl/uchar/
H A Duchar.c183 zend_fcall_info_cache fci_cache;
300 zend_fcall_info_cache fci_cache;
/PHP-7.4/ext/intl/converter/
H A Dconverter.c32 zend_fcall_info_cache to_cache, from_cache;
537 zend_fcall_info_cache *fcache) { in php_converter_resolve_callback()
/PHP-7.4/docs/
H A Dparameter-parsing-api.md74 zend_fcall_info and zend_fcall_info_cache)
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1323 zend_fcall_info_cache fcc; in _reflection_export()
1818 zend_fcall_info_cache fcc; in ZEND_METHOD()
1871 zend_fcall_info_cache fcc; in ZEND_METHOD()
3080 zend_fcall_info_cache fcc; in reflection_method_invoke()
4691 zend_fcall_info_cache fcc; in ZEND_METHOD()
4793 zend_fcall_info_cache fcc; in ZEND_METHOD()

Completed in 152 milliseconds

12