Home
last modified time | relevance | path

Searched refs:fcc (Results 26 – 34 of 34) sorted by relevance

12

/PHP-7.4/Zend/
H A Dzend_API.h306 ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc);
309 …ject, uint32_t check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char **error);
482 …llable, uint32_t check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend_string **call…
525 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *retval, z…
H A Dzend_vm_def.h3844 zend_fcall_info_cache fcc; variable
3853 if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
3854 func = fcc.function_handler;
3864 object_or_called_scope = fcc.called_scope;
3872 if (fcc.object) {
3873 object_or_called_scope = fcc.object;
3876 } else if (fcc.object) {
3877 GC_ADDREF(fcc.object); /* For $this pointer */
3878 object_or_called_scope = fcc.object;
3887 zend_object_release(fcc.object);
H A Dzend_vm_execute.h6008 zend_fcall_info_cache fcc; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER() local
6018 func = fcc.function_handler; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
6036 if (fcc.object) { in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
6040 } else if (fcc.object) { in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
8279 zend_fcall_info_cache fcc; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER() local
8289 func = fcc.function_handler; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
8307 if (fcc.object) { in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
8311 } else if (fcc.object) { in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
10740 zend_fcall_info_cache fcc; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER() local
10768 if (fcc.object) { in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
[all …]
/PHP-7.4/ext/ffi/
H A Dffi.c826 zend_fcall_info_cache fcc; member
841 if (callback_data->fcc.function_handler->common.fn_flags & ZEND_ACC_CLOSURE) { in zend_ffi_callback_hash_dtor()
842 OBJ_RELEASE(ZEND_CLOSURE_OBJECT(callback_data->fcc.function_handler)); in zend_ffi_callback_hash_dtor()
876 if (zend_call_function(&fci, &callback_data->fcc) != SUCCESS) { in zend_ffi_callback_trampoline()
902 zend_fcall_info_cache fcc; in zend_ffi_create_callback() local
914 if (!zend_is_callable_ex(value, NULL, 0, NULL, &fcc, &error)) { in zend_ffi_create_callback()
920 if (arg_count < fcc.function_handler->common.required_num_args) { in zend_ffi_create_callback()
932 memcpy(&callback_data->fcc, &fcc, sizeof(zend_fcall_info_cache)); in zend_ffi_create_callback()
982 if (fcc.function_handler->common.fn_flags & ZEND_ACC_CLOSURE) { in zend_ffi_create_callback()
983 GC_ADDREF(ZEND_CLOSURE_OBJECT(fcc.function_handler)); in zend_ffi_create_callback()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4946 SETBIT(classbits, cb->fcc[c]); in add_to_class_internal()
5612 d = TABLE_GET(c, cb->fcc, c); in compile_branch()
9752 cb.fcc = tables + fcc_offset; /* character */ in pcre2_compile()
10357 if (cb.fcc[firstcu] != firstcu) re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()
10424 if (cb.fcc[reqcu] != reqcu) re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
H A Dpcre2_jit_compile.c418 const sljit_u8 *fcc; member
3460 return common->fcc[c] != c; in char_has_othercase()
3465 return MAX_255(c) ? common->fcc[c] != c : FALSE; in char_has_othercase()
3475 return TABLE_GET(c, common->fcc, c); in char_othercase()
3497 oc = common->fcc[c]; in char_get_othercase_bit()
3504 oc = TABLE_GET(c, common->fcc, c); in char_get_othercase_bit()
3508 oc = TABLE_GET(c, common->fcc, c); in char_get_othercase_bit()
5725 othercase[0] = TABLE_GET(chr, common->fcc, chr); in scan_prefix()
6153 oc = TABLE_GET(first_char, common->fcc, first_char); in fast_forward_first_char()
6364 oc = TABLE_GET(req_char, common->fcc, req_char); in search_requested_char()
[all …]
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2816 zend_fcall_info_cache fcc; local
2850 fcc.function_handler = ce->constructor;
2851 fcc.called_scope = Z_OBJCE_P(return_value);
2852 fcc.object = Z_OBJ_P(return_value);
2854 if (zend_call_function(&fci, &fcc) == FAILURE) {
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c816 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in sqlite3_do_callback()
944 if ((ret = zend_call_function(&collation->fci.fci, &collation->fci.fcc)) == FAILURE) { in php_sqlite3_callback_compare()
/PHP-7.4/ext/phar/
H A Dphar_object.c675 zend_fcall_info_cache fcc; in PHP_METHOD() local
680 if (FAILURE == zend_fcall_info_init(rewrite, 0, &fci, &fcc, NULL, NULL)) { in PHP_METHOD()
696 if (FAILURE == zend_call_function(&fci, &fcc)) { in PHP_METHOD()

Completed in 287 milliseconds

12