Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/spl/
H A Dspl_engine.h59 zend_fcall_info_cache fcc; in spl_instantiate_arg_n() local
72 fcc.initialized = 1; in spl_instantiate_arg_n()
73 fcc.function_handler = func; in spl_instantiate_arg_n()
74 fcc.calling_scope = zend_get_executed_scope(); in spl_instantiate_arg_n()
75 fcc.called_scope = pce; in spl_instantiate_arg_n()
76 fcc.object = Z_OBJ_P(retval); in spl_instantiate_arg_n()
78 zend_call_function(&fci, &fcc); in spl_instantiate_arg_n()
H A Dphp_spl.c492 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
500 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
501 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
502 obj_ptr = fcc.object; in PHP_FUNCTION()
540 } else if (fcc.function_handler->type == ZEND_INTERNAL_FUNCTION && in PHP_FUNCTION()
541 fcc.function_handler->internal_function.handler == zif_spl_autoload_call) { in PHP_FUNCTION()
551 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
552 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
553 obj_ptr = fcc.object; in PHP_FUNCTION()
665 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
[all …]
H A Dspl_iterators.h123 zend_fcall_info_cache fcc; member
H A Dspl_iterators.c1578 …if (zend_parse_parameters_throw(ZEND_NUM_ARGS(), "Of", &zobject, ce_inner, &cfi->fci, &cfi->fcc) =… in spl_dual_it_construct()
1585 cfi->object = cfi->fcc.object; in spl_dual_it_construct()
1995 zend_fcall_info_cache *fcc = &intern->u.cbfilter->fcc; in SPL_METHOD() local
2015 if (zend_call_function(fci, fcc) != SUCCESS || Z_ISUNDEF_P(return_value)) { in SPL_METHOD()
3652 zend_fcall_info_cache fcc; member
3662 zend_fcall_info_call(&apply_info->fci, &apply_info->fcc, &retval, NULL); in spl_iterator_func_apply()
3680 …Of|a!", &apply_info.obj, zend_ce_traversable, &apply_info.fci, &apply_info.fcc, &apply_info.args) … in PHP_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_API.c2969 fcc->called_scope = fcc->calling_scope; in zend_is_callable_check_class()
2972 fcc->called_scope = fcc->object ? fcc->object->ce : fcc->calling_scope; in zend_is_callable_check_class()
3116 ((fcc->object && fcc->calling_scope->__call) || in zend_is_callable_check_func()
3120 if (!zend_check_private(fcc->function_handler, fcc->object ? fcc->object->ce : scope, lmname)) { in zend_is_callable_check_func()
3136 if (fcc->object && fcc->calling_scope == ce_org) { in zend_is_callable_check_func()
3142 fcc->function_handler = fcc->object->handlers->get_method(&fcc->object, mname, NULL); in zend_is_callable_check_func()
3162 fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); in zend_is_callable_check_func()
3254 fcc->called_scope = fcc->object->ce; in zend_is_callable_check_func()
3365 fcc->called_scope = fcc->calling_scope; in zend_is_callable_impl()
3421 fcc->called_scope = fcc->calling_scope; in zend_is_callable_impl()
[all …]
H A Dzend_closures.c231 zend_fcall_info_cache fcc; in ZEND_NAMED_FUNCTION() local
240 fcc.initialized = 1; in ZEND_NAMED_FUNCTION()
249 fcc.object = Z_OBJ(EX(This)); in ZEND_NAMED_FUNCTION()
252 zend_call_function(&fci, &fcc); in ZEND_NAMED_FUNCTION()
260 zend_fcall_info_cache fcc; in zend_create_closure_from_callable() local
269 mptr = fcc.function_handler; in zend_create_closure_from_callable()
272 if (fcc.object && fcc.object->ce == zend_ce_closure in zend_create_closure_from_callable()
274 ZVAL_OBJ(return_value, fcc.object); in zend_create_closure_from_callable()
275 GC_REFCOUNT(fcc.object)++; in zend_create_closure_from_callable()
291 if (fcc.object) { in zend_create_closure_from_callable()
[all …]
H A Dzend_API.h328 …ject, uint32_t check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char **error);
508 …llable, uint32_t check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend_string **call…
551 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *retval, z…
/PHP-7.2/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h35 zend_fcall_info_cache fcc; member
H A Dsqlite_driver.c383 if ((ret = zend_call_function(&fc->fci, &fc->fcc)) == FAILURE) { in do_callback()
491 if ((ret = zend_call_function(&collation->fc.fci, &collation->fc.fcc)) == FAILURE) { in php_sqlite3_collation_callback()
/PHP-7.2/ext/pcre/
H A Dphp_pcre.c1238 if (zend_call_function(fci, fcc) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in preg_do_repl_func()
1660 eval_result = preg_do_repl_func(fci, fcc, subject, offsets, subpat_names, count, mark); in php_pcre_replace_func_impl()
1761 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_pcre_replace_func() argument
1908 fci, fcc, in php_replace_in_subject_func()
1925 fci, fcc, in php_replace_in_subject_func()
2092 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
2104 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
2116 replace_count = preg_replace_func_impl(return_value, regex, &fci, &fcc, subject, limit); in PHP_FUNCTION()
2133 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
2156 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1369 fcc.initialized = 1; in _reflection_export()
1894 fcc.initialized = 1; in ZEND_METHOD()
1897 fcc.called_scope = NULL; in ZEND_METHOD()
1898 fcc.object = NULL; in ZEND_METHOD()
1902 &intern->obj, &fcc.called_scope, &fcc.function_handler, &fcc.object); in ZEND_METHOD()
1960 fcc.initialized = 1; in ZEND_METHOD()
1964 fcc.object = NULL; in ZEND_METHOD()
1968 &intern->obj, &fcc.called_scope, &fcc.function_handler, &fcc.object); in ZEND_METHOD()
3218 fcc.initialized = 1; in reflection_method_invoke()
4776 fcc.initialized = 1; in ZEND_METHOD()
[all …]
/PHP-7.2/ext/sqlite3/
H A Dphp_sqlite3_structs.h49 zend_fcall_info_cache fcc; member
/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c723 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_class_prepare() local
741 fcc->initialized = 1; in do_fetch_class_prepare()
742 fcc->function_handler = ce->constructor; in do_fetch_class_prepare()
743 fcc->calling_scope = zend_get_executed_scope(); in do_fetch_class_prepare()
744 fcc->called_scope = ce; in do_fetch_class_prepare()
783 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_func_prepare() local
947 stmt->fetch.cls.fcc.object = Z_OBJ_P(return_value); in do_fetch()
948 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1139 stmt->fetch.cls.fcc.object = Z_OBJ_P(return_value); in do_fetch()
1140 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
[all …]
H A Dpdo_dbh.c440 zend_fcall_info_cache fcc; in pdo_stmt_construct() local
453 fcc.initialized = 1; in pdo_stmt_construct()
454 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
455 fcc.calling_scope = zend_get_executed_scope(); in pdo_stmt_construct()
456 fcc.called_scope = Z_OBJCE_P(object); in pdo_stmt_construct()
457 fcc.object = Z_OBJ_P(object); in pdo_stmt_construct()
459 if (zend_call_function(&fci, &fcc) != FAILURE) { in pdo_stmt_construct()
H A Dphp_pdo_driver.h625 zend_fcall_info_cache fcc; member
632 zend_fcall_info_cache fcc; member
/PHP-7.2/ext/libxml/
H A Dphp_libxml.h52 zend_fcall_info_cache fcc; member
H A Dlibxml.c624 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
1118 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
1121 Z_PARAM_FUNC_EX(fci, fcc, 1, 0) in PHP_FUNCTION()
1133 LIBXML(entity_loader).fcc = fcc; in PHP_FUNCTION()
/PHP-7.2/main/streams/
H A Duserspace.c306 zend_fcall_info_cache fcc; in user_stream_create_object() local
317 fcc.initialized = 1; in user_stream_create_object()
318 fcc.function_handler = uwrap->ce->constructor; in user_stream_create_object()
319 fcc.calling_scope = zend_get_executed_scope(); in user_stream_create_object()
320 fcc.called_scope = Z_OBJCE_P(object); in user_stream_create_object()
321 fcc.object = Z_OBJ_P(object); in user_stream_create_object()
323 if (zend_call_function(&fci, &fcc) == FAILURE) { in user_stream_create_object()
/PHP-7.2/ext/mysqli/
H A Dmysqli.c1281 zend_fcall_info_cache fcc; in php_mysqli_fetch_into_hash() local
1315 fcc.initialized = 1; in php_mysqli_fetch_into_hash()
1316 fcc.function_handler = ce->constructor; in php_mysqli_fetch_into_hash()
1317 fcc.calling_scope = zend_get_executed_scope(); in php_mysqli_fetch_into_hash()
1318 fcc.called_scope = Z_OBJCE_P(return_value); in php_mysqli_fetch_into_hash()
1319 fcc.object = Z_OBJ_P(return_value); in php_mysqli_fetch_into_hash()
1321 if (zend_call_function(&fci, &fcc) == FAILURE) { in php_mysqli_fetch_into_hash()
/PHP-7.2/main/
H A Dphp_output.h120 zend_fcall_info_cache fcc; member
H A Doutput.c495 …if (SUCCESS == zend_fcall_info_init(output_handler, 0, &user->fci, &user->fcc, &handler_name, &err… in php_output_handler_create_user()
960 …if (SUCCESS == zend_fcall_info_call(&handler->func.user->fci, &handler->func.user->fcc, &retval, N… in php_output_handler_op()
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_study.c664 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
695 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
1530 compile_block.fcc = tables + fcc_offset; in pcre_study()
H A Dpcre_compile.c2917 const pcre_uint8 *fcc, pcre_uint32 *list) in get_chr_property_list() argument
3008 list[3] = fcc[chr]; in get_chr_property_list()
3012 list[3] = (chr < 256) ? fcc[chr] : chr; in get_chr_property_list()
3014 list[3] = fcc[chr]; in get_chr_property_list()
3245 code = get_chr_property_list(code, utf, cd->fcc, list); in compare_opcodes()
3740 end = get_chr_property_list(code, utf, cd->fcc, list); in auto_possessify()
4256 SETBIT(classbits, cd->fcc[c]); in add_to_class()
9122 cd->fcc = tables + fcc_offset; in pcre_compile2()
9667 if (cd->fcc[re->first_char] != re->first_char) in pcre_compile2()
9676 && cd->fcc[re->first_char] != re->first_char) in pcre_compile2()
[all …]
H A Dpcre_exec.c3525 foc = md->fcc[fc]; in match()
3537 foc = TABLE_GET(fc, md->fcc, fc); in match()
3690 och = TABLE_GET(ch, md->fcc, ch); in match()
3699 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c)) in match()
3806 foc = TABLE_GET(fc, md->fcc, fc); in match()
6579 md->fcc = tables + fcc_offset; in pcre_exec()
6706 first_char2 = TABLE_GET(first_char, md->fcc, first_char); in pcre_exec()
6728 req_char2 = TABLE_GET(req_char, md->fcc, req_char); in pcre_exec()
/PHP-7.2/ext/phar/
H A Dutil.c1391 zend_fcall_info_cache fcc; in phar_call_openssl_signverify() local
1414 if (FAILURE == zend_fcall_info_init(&openssl, 0, &fci, &fcc, NULL, NULL)) { in phar_call_openssl_signverify()
1434 if (FAILURE == zend_call_function(&fci, &fcc)) { in phar_call_openssl_signverify()

Completed in 181 milliseconds

12