Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/spl/
H A Dspl_engine.h57 zend_fcall_info_cache fcc; in spl_instantiate_arg_n() local
70 fcc.function_handler = func; in spl_instantiate_arg_n()
71 fcc.called_scope = pce; in spl_instantiate_arg_n()
72 fcc.object = Z_OBJ_P(retval); in spl_instantiate_arg_n()
74 zend_call_function(&fci, &fcc); in spl_instantiate_arg_n()
H A Dphp_spl.c513 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
521 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
522 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
523 obj_ptr = fcc.object; in PHP_FUNCTION()
561 } else if (fcc.function_handler->type == ZEND_INTERNAL_FUNCTION && in PHP_FUNCTION()
562 fcc.function_handler->internal_function.handler == zif_spl_autoload_call) { in PHP_FUNCTION()
572 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
573 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
574 obj_ptr = fcc.object; in PHP_FUNCTION()
685 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
[all …]
H A Dspl_iterators.h117 zend_fcall_info_cache fcc; member
H A Dspl_iterators.c1553 …if (zend_parse_parameters_throw(ZEND_NUM_ARGS(), "Of", &zobject, ce_inner, &cfi->fci, &cfi->fcc) =… in spl_dual_it_construct()
1558 cfi->object = cfi->fcc.object; in spl_dual_it_construct()
1963 zend_fcall_info_cache *fcc = &intern->u.cbfilter->fcc; in SPL_METHOD() local
1983 if (zend_call_function(fci, fcc) != SUCCESS || Z_ISUNDEF_P(return_value)) { in SPL_METHOD()
3612 zend_fcall_info_cache fcc; member
3622 zend_fcall_info_call(&apply_info->fci, &apply_info->fcc, &retval, NULL); in spl_iterator_func_apply()
3636 …Of|a!", &apply_info.obj, zend_ce_traversable, &apply_info.fci, &apply_info.fcc, &apply_info.args) … in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_API.c2986 fcc->called_scope = fcc->object ? fcc->object->ce : ce; in zend_is_callable_check_class()
3111 fcc->function_handler = fcc->calling_scope->constructor; in zend_is_callable_check_func()
3138 ((fcc->object && fcc->calling_scope->__call) || in zend_is_callable_check_func()
3139 (!fcc->object && fcc->calling_scope->__callstatic)))) { in zend_is_callable_check_func()
3152 if (fcc->object && fcc->calling_scope == ce_org) { in zend_is_callable_check_func()
3158 fcc->function_handler = fcc->object->handlers->get_method(&fcc->object, mname, NULL); in zend_is_callable_check_func()
3172 fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); in zend_is_callable_check_func()
3253 fcc->called_scope = fcc->object->ce; in zend_is_callable_check_func()
3365 fcc->called_scope = fcc->calling_scope; in zend_is_callable_impl()
3413 fcc->called_scope = fcc->calling_scope; in zend_is_callable_impl()
[all …]
H A Dzend_closures.c251 zend_fcall_info_cache fcc; in ZEND_NAMED_FUNCTION() local
255 memset(&fcc, 0, sizeof(zend_fcall_info_cache)); in ZEND_NAMED_FUNCTION()
272 fcc.object = fci.object = Z_OBJ_P(ZEND_THIS); in ZEND_NAMED_FUNCTION()
275 zend_call_function(&fci, &fcc); in ZEND_NAMED_FUNCTION()
282 zend_fcall_info_cache fcc; in zend_create_closure_from_callable() local
291 mptr = fcc.function_handler; in zend_create_closure_from_callable()
294 if (fcc.object && fcc.object->ce == zend_ce_closure in zend_create_closure_from_callable()
296 ZVAL_OBJ(return_value, fcc.object); in zend_create_closure_from_callable()
297 GC_ADDREF(fcc.object); in zend_create_closure_from_callable()
326 if (fcc.object) { in zend_create_closure_from_callable()
[all …]
/PHP-7.4/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h33 zend_fcall_info_cache fcc; member
H A Dsqlite_driver.c386 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in do_callback()
497 if ((ret = zend_call_function(&collation->fc.fci, &collation->fc.fcc)) == FAILURE) { in php_sqlite3_collation_callback()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c308 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list() argument
402 list[3] = fcc[chr]; in get_chr_property_list()
406 list[3] = (chr < 256) ? fcc[chr] : chr; in get_chr_property_list()
408 list[3] = fcc[chr]; in get_chr_property_list()
695 code = get_chr_property_list(code, utf, ucp, cb->fcc, list); in compare_opcodes()
1134 get_chr_property_list(code, utf, ucp, cb->fcc, list) : NULL; in PRIV()
1190 end = get_chr_property_list(code, utf, ucp, cb->fcc, list); in PRIV()
H A Dpcre2_dfa_match.c536 const uint8_t *ctypes, *lcc, *fcc; in internal_dfa_match() local
568 fcc = mb->tables + fcc_offset; in internal_dfa_match()
2200 othercase = fcc[c]; in internal_dfa_match()
2347 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2382 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2425 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2466 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2499 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2539 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
H A Dpcre2_intmodedep.h718 const uint8_t *fcc; /* Points to case-flipping table */ member
858 const uint8_t *fcc; /* Points to case-flipping table */ member
H A Dpcre2_match.c1066 ch = (mb->fcc)[ch]; in match()
1089 ch = (mb->fcc)[ch]; in match()
1102 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match()
1325 Loc = mb->fcc[Lc]; in match()
1331 Loc = TABLE_GET(Lc, mb->fcc, Lc); in match()
1566 Loc = TABLE_GET(Lc, mb->fcc, Lc); /* Other case from table */ in match()
6654 mb->fcc = re->tables + fcc_offset; in pcre2_match()
6666 first_cu2 = TABLE_GET(first_cu, mb->fcc, first_cu); in pcre2_match()
6688 req_cu2 = TABLE_GET(req_cu, mb->fcc, req_cu); in pcre2_match()
/PHP-7.4/ext/sqlite3/
H A Dphp_sqlite3_structs.h47 zend_fcall_info_cache fcc; member
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1960 fci, fcc, subject, offsets, subpat_names, num_subpats, count, in php_pcre_replace_func_impl()
2071 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_pcre_replace_func() argument
2083 pce, subject_str, ZSTR_VAL(subject_str), ZSTR_LEN(subject_str), fci, fcc, in php_pcre_replace_func()
2211 Z_STR_P(regex), subject_str, fci, fcc, limit, replace_count, flags); in php_replace_in_subject_func()
2228 regex_str, subject_str, fci, fcc, limit, replace_count, flags); in php_replace_in_subject_func()
2255 regex, fci, fcc, subject, limit_val, &replace_count, flags); in preg_replace_func_impl()
2273 regex, fci, fcc, subject_entry, limit_val, &replace_count, flags); in preg_replace_func_impl()
2394 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
2407 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
2435 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/libxml/
H A Dphp_libxml.h50 zend_fcall_info_cache fcc; member
H A Dlibxml.c677 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
1169 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
1172 Z_PARAM_FUNC_EX(fci, fcc, 1, 0) in PHP_FUNCTION()
1184 LIBXML(entity_loader).fcc = fcc; in PHP_FUNCTION()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1323 zend_fcall_info_cache fcc; in _reflection_export() local
1818 zend_fcall_info_cache fcc; in ZEND_METHOD() local
1837 fcc.called_scope = NULL; in ZEND_METHOD()
1838 fcc.object = NULL; in ZEND_METHOD()
1842 &intern->obj, &fcc.called_scope, &fcc.function_handler, &fcc.object); in ZEND_METHOD()
1871 zend_fcall_info_cache fcc; in ZEND_METHOD() local
1900 fcc.called_scope = NULL; in ZEND_METHOD()
1901 fcc.object = NULL; in ZEND_METHOD()
1905 &intern->obj, &fcc.called_scope, &fcc.function_handler, &fcc.object); in ZEND_METHOD()
3080 zend_fcall_info_cache fcc; in reflection_method_invoke() local
[all …]
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c727 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_class_prepare() local
745 fcc->function_handler = ce->constructor; in do_fetch_class_prepare()
746 fcc->called_scope = ce; in do_fetch_class_prepare()
761 if (zend_fcall_info_init(callable, 0, fci, fcc, NULL, &is_callable_error) == FAILURE) { in make_callable_ex()
785 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_func_prepare() local
787 if (!make_callable_ex(stmt, &stmt->fetch.func.function, fci, fcc, stmt->column_count)) { in do_fetch_func_prepare()
950 stmt->fetch.cls.fcc.object = Z_OBJ_P(return_value); in do_fetch()
951 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1131 stmt->fetch.cls.fcc.object = Z_OBJ_P(return_value); in do_fetch()
1132 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
[all …]
H A Dphp_pdo_driver.h626 zend_fcall_info_cache fcc; member
633 zend_fcall_info_cache fcc; member
H A Dpdo_dbh.c459 zend_fcall_info_cache fcc; in pdo_stmt_construct() local
472 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
473 fcc.called_scope = Z_OBJCE_P(object); in pdo_stmt_construct()
474 fcc.object = Z_OBJ_P(object); in pdo_stmt_construct()
476 if (zend_call_function(&fci, &fcc) != FAILURE) { in pdo_stmt_construct()
/PHP-7.4/main/
H A Dphp_output.h118 zend_fcall_info_cache fcc; member
H A Doutput.c492 …if (SUCCESS == zend_fcall_info_init(output_handler, 0, &user->fci, &user->fcc, &handler_name, &err… in php_output_handler_create_user()
962 …if (SUCCESS == zend_fcall_info_call(&handler->func.user->fci, &handler->func.user->fcc, &retval, N… in php_output_handler_op()
/PHP-7.4/main/streams/
H A Duserspace.c304 zend_fcall_info_cache fcc; in user_stream_create_object() local
315 fcc.function_handler = uwrap->ce->constructor; in user_stream_create_object()
316 fcc.called_scope = Z_OBJCE_P(object); in user_stream_create_object()
317 fcc.object = Z_OBJ_P(object); in user_stream_create_object()
319 if (zend_call_function(&fci, &fcc) == FAILURE) { in user_stream_create_object()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c1275 zend_fcall_info_cache fcc; in php_mysqli_fetch_into_hash() local
1309 fcc.function_handler = ce->constructor; in php_mysqli_fetch_into_hash()
1310 fcc.called_scope = Z_OBJCE_P(return_value); in php_mysqli_fetch_into_hash()
1311 fcc.object = Z_OBJ_P(return_value); in php_mysqli_fetch_into_hash()
1313 if (zend_call_function(&fci, &fcc) == FAILURE) { in php_mysqli_fetch_into_hash()
/PHP-7.4/ext/phar/
H A Dutil.c1387 zend_fcall_info_cache fcc; in phar_call_openssl_signverify() local
1410 if (FAILURE == zend_fcall_info_init(&openssl, 0, &fci, &fcc, NULL, NULL)) { in phar_call_openssl_signverify()
1430 if (FAILURE == zend_call_function(&fci, &fcc)) { in phar_call_openssl_signverify()

Completed in 178 milliseconds

12