/php-src/ext/dom/ |
H A D | xpath_callbacks.c | 31 zend_fcall_info_cache *fcc = Z_PTR_P(zv); in xpath_callbacks_entry_dtor() local 195 zend_fcall_info_cache* fcc = emalloc(sizeof(zend_fcall_info)); in php_dom_xpath_callback_ns_update_method_handler() local 238 zend_fcall_info_cache* fcc = emalloc(sizeof(zend_fcall_info)); in php_dom_xpath_callback_ns_update_method_handler() local 291 …mlXPathContextPtr ctxt, zend_string *ns, zend_string *name, const zend_fcall_info_cache *fcc, php_… in php_dom_xpath_callbacks_update_single_method_handler()
|
H A D | xpath.c | 461 zend_fcall_info_cache fcc; in PHP_METHOD() local
|
/php-src/ext/readline/ |
H A D | readline.c | 492 zend_fcall_info_cache fcc; in PHP_FUNCTION() local 533 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
|
/php-src/win32/ |
H A D | signal.c | 91 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
|
/php-src/ext/spl/ |
H A D | php_spl.c | 382 zend_fcall_info *fci, zend_fcall_info_cache *fcc) { in autoload_func_info_from_fci() 505 zend_fcall_info_cache fcc; in PHP_FUNCTION() local 577 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
|
/php-src/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 321 static int do_callback(zend_fcall_info_cache *fcc, int argc, sqlite3_value **argv, sqlite3_context … in do_callback() 498 zend_fcall_info_cache fcc = empty_fcall_info_cache; in pdo_sqlite_create_function_internal() local 633 zend_fcall_info_cache fcc = empty_fcall_info_cache; in pdo_sqlite_create_collation_internal() local
|
/php-src/ext/pcre/ |
H A D | php_pcre.c | 1548 static zend_string *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cache *fcc, const char … in preg_do_repl_func() 1852 …const char *subject, size_t subject_len, zend_fcall_info *fci, zend_fcall_info_cache *fcc, size_t … in php_pcre_replace_func_impl() 2049 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_pcre_replace_func() 2168 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_replace_in_subject_func() 2211 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in preg_replace_func_impl() 2404 zend_fcall_info_cache fcc; in PHP_FUNCTION() local 2435 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
|
/php-src/ext/pdo_pgsql/ |
H A D | pdo_pgsql.c | 152 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD() local
|
/php-src/ext/curl/ |
H A D | curl_private.h | 48 zend_fcall_info_cache fcc; member 56 zend_fcall_info_cache fcc; member
|
/php-src/Zend/ |
H A D | zend_lazy_objects.c | 60 zend_fcall_info_cache fcc; member 781 zend_fcall_info_cache *fcc = &info->u.initializer.fcc; in zend_lazy_object_get_gc() local
|
H A D | zend_closures.c | 287 zend_fcall_info_cache fcc; in ZEND_NAMED_FUNCTION() local 330 zend_fcall_info_cache fcc; in zend_create_closure_from_callable() local
|
H A D | zend_API.c | 1039 zend_fcall_info_cache *fcc = va_arg(*va, zend_fcall_info_cache *); in zend_parse_arg_impl() local 3744 …ring *name, zend_class_entry *scope, zend_execute_data *frame, zend_fcall_info_cache *fcc, bool *s… in zend_is_callable_check_class() 3837 ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc) { in zend_release_fcall_info_cache() 3848 …_callable_check_func(zval *callable, zend_execute_data *frame, zend_fcall_info_cache *fcc, bool st… in zend_is_callable_check_func() 4154 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error) /* {{{ */ in zend_is_callable_at_frame() 4263 …ct *object, uint32_t check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char **… in zend_is_callable_ex() 4286 zend_fcall_info_cache fcc; in zend_make_callable() local 4302 …it(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend_st… in zend_fcall_info_init() 4437 ZEND_API zend_result zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *r… in zend_fcall_info_call() 4460 ZEND_API void zend_get_callable_zval_from_fcc(const zend_fcall_info_cache *fcc, zval *callable) in zend_get_callable_zval_from_fcc()
|
H A D | zend_builtin_functions.c | 1271 zend_fcall_info_cache fcc; in ZEND_FUNCTION() local 1330 zend_fcall_info_cache fcc; in ZEND_FUNCTION() local
|
H A D | zend_fibers.c | 870 zend_fcall_info_cache fcc; in ZEND_METHOD() local
|
H A D | zend_API.h | 341 #define ZEND_FCC_INITIALIZED(fcc) ((fcc).function_handler != NULL) argument 767 static zend_always_inline void zend_fcc_addref(zend_fcall_info_cache *fcc) in zend_fcc_addref() 792 static zend_always_inline void zend_fcc_dtor(zend_fcall_info_cache *fcc) in zend_fcc_dtor() 809 …s_inline void zend_get_gc_buffer_add_fcc(zend_get_gc_buffer *gc_buffer, zend_fcall_info_cache *fcc) in zend_get_gc_buffer_add_fcc() 843 …const zend_fcall_info_cache *fcc, zval *retval_ptr, uint32_t param_count, zval *params, HashTable … in zend_call_known_fcc()
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.c | 743 static int sqlite3_do_callback(zend_fcall_info_cache *fcc, uint32_t argc, sqlite3_value **argv, sql… in sqlite3_do_callback() 946 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD() local 1046 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD() local 1313 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD() local 2235 static void php_sqlite3_gc_buffer_add_fcc(zend_get_gc_buffer *gc_buffer, zend_fcall_info_cache *fcc) in php_sqlite3_gc_buffer_add_fcc()
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_auto_possess.c | 325 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list()
|
H A D | pcre2_dfa_match.c | 538 const uint8_t *ctypes, *lcc, *fcc; in internal_dfa_match() local
|
/php-src/ext/pdo/ |
H A D | pdo_stmt.c | 617 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_class_prepare() local 646 …le_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_info_cache * fcc, int nu… in make_callable_ex() 674 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_func_prepare() local
|
H A D | php_pdo_driver.h | 617 zend_fcall_info_cache fcc; member 624 zend_fcall_info_cache fcc; member
|
/php-src/main/ |
H A D | php_output.h | 118 zend_fcall_info_cache fcc; member
|
H A D | SAPI.c | 114 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
|
/php-src/ext/xsl/ |
H A D | xsltprocessor.c | 746 zend_fcall_info_cache fcc; in PHP_METHOD() local
|
/php-src/ext/intl/converter/ |
H A D | converter.c | 497 zend_fcall_info_cache *fcc, in php_converter_resolve_callback()
|
/php-src/ext/libxml/ |
H A D | libxml.c | 1208 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
|