Home
last modified time | relevance | path

Searched defs:fbc (Results 1 – 15 of 15) sorted by relevance

/PHP-8.1/ext/zend_test/
H A Dobserver.c138 static void observer_show_init(zend_function *fbc) in observer_show_init()
156 zend_function *fbc = ex->func; in observer_show_init_backtrace() local
173 zend_function *fbc = execute_data->func; in observer_fcall_init() local
261 zend_function *fbc = execute_data->func; in zend_test_execute_internal() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_print.c159 zend_function *fbc; in PHPDBG_PRINT() local
185 zend_function* fbc; in PHPDBG_PRINT() local
H A Dphpdbg_list.c172 void phpdbg_list_function(const zend_function *fbc) /* {{{ */ in phpdbg_list_function()
189 zend_function* fbc; in phpdbg_list_function_byname() local
H A Dphpdbg_bp.c955 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_symbol(zend_function *fbc) /* {{{ */ in phpdbg_find_breakpoint_symbol()
/PHP-8.1/Zend/
H A Dzend_object_handlers.c1182 zend_function *fbc; in zend_get_parent_private_method() local
1231 zend_function *fbc = is_static ? ce->__callstatic : ce->__call; in zend_get_call_trampoline_func() local
1292 static ZEND_COLD zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *metho… in zend_bad_method_call()
1302 static ZEND_COLD zend_never_inline void zend_abstract_method_call(zend_function *fbc) /* {{{ */ in zend_abstract_method_call()
1313 zend_function *fbc; in zend_std_get_method() local
1414 zend_function *fbc; in zend_std_get_static_method() local
H A Dzend_execute.c1170 ZEND_API bool zend_internal_call_should_throw(zend_function *fbc, zend_execute_data *call) in zend_internal_call_should_throw()
1197 ZEND_API ZEND_COLD void zend_internal_call_arginfo_violation(zend_function *fbc) in zend_internal_call_arginfo_violation()
1663 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_deprecated_function(const zend_function *fbc) in zend_deprecated_function()
3963 zend_function *fbc = Z_FUNC_P(zv); in zend_fetch_function() local
3978 zend_function *fbc = Z_FUNC_P(zv); in zend_fetch_function_str() local
4558 zend_function *fbc; in zend_init_dynamic_call_string() local
4638 zend_function *fbc; in zend_init_dynamic_call_object() local
4682 zend_function *fbc; in zend_init_dynamic_call_array() local
4951 zend_function *fbc, zend_string *arg_name, void **cache_slot) { in zend_get_arg_offset_by_name()
4993 zend_function *fbc = call->func; in zend_handle_named_arg() local
[all …]
H A Dzend_vm_def.h3443 zend_function *fbc; variable
3599 zend_function *fbc; variable
3729 zend_function *fbc; variable
3874 zend_function *fbc; variable
3907 zend_function *fbc; variable
3937 zend_function *fbc = call->func; variable
3999 zend_function *fbc = call->func; variable
4024 zend_function *fbc = call->func; variable
4120 zend_function *fbc = call->func; variable
H A Dzend_object_handlers.h195 #define zend_get_function_root_class(fbc) \ argument
H A Dzend_vm_execute.h3572 zend_function *fbc; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER() local
3655 zend_function *fbc; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER() local
3688 zend_function *fbc; in ZEND_INIT_FCALL_SPEC_CONST_HANDLER() local
6640 zend_function *fbc; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
6796 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
8963 zend_function *fbc; in ZEND_INIT_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() local
9119 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() local
9872 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER() local
11328 zend_function *fbc; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CV_HANDLER() local
11484 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER() local
[all …]
H A Dzend_compile.c3501 zend_ast *ast, zend_function *fbc, bool *may_have_extra_named_args) /* {{{ */ in zend_compile_args()
3699 ZEND_API zend_uchar zend_get_call_op(const zend_op *init_op, zend_function *fbc) /* {{{ */ in zend_get_call_op()
3725 static bool zend_compile_call_common(znode *result, zend_ast *args_ast, zend_function *fbc) /* {{{ … in zend_compile_call_common()
3983 static bool fbc_is_finalized(zend_function *fbc) { in fbc_is_finalized()
3990 zend_function *fbc; in zend_try_compile_ct_bound_init_user_func() local
4119 …compile_assert(znode *result, zend_ast_list *args, zend_string *name, zend_function *fbc) /* {{{ */ in zend_compile_assert()
4385 …cial_func(znode *result, zend_string *lcname, zend_ast_list *args, zend_function *fbc, uint32_t ty… in zend_try_compile_special_func()
4508 zend_function *fbc; in zend_compile_call() local
4567 zend_function *fbc = NULL; in zend_compile_method_call() local
4635 zend_function *fbc = zend_hash_find_ptr(&ce->function_table, lcname); in zend_get_compatible_func_or_null() local
[all …]
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c67 zend_function *fbc; in zend_jit_find_func_helper() local
83 zend_function *fbc; in zend_jit_find_ns_func_helper() local
151 zend_function *fbc; in zend_jit_find_method_helper() local
178 zend_function *fbc; in zend_jit_find_method_tmp_helper() local
194 …D_FASTCALL zend_jit_push_static_metod_call_frame(zend_object *obj, zend_function *fbc, uint32_t nu… in zend_jit_push_static_metod_call_frame()
201 …STCALL zend_jit_push_static_metod_call_frame_tmp(zend_object *obj, zend_function *fbc, uint32_t nu… in zend_jit_push_static_metod_call_frame_tmp()
215 …d_execute_data* ZEND_FASTCALL zend_jit_extend_stack_helper(uint32_t used_stack, zend_function *fbc) in zend_jit_extend_stack_helper()
H A Dzend_jit_vm_helpers.c177 zend_function *fbc = call->func; in zend_jit_deprecated_helper() local
/PHP-8.1/Zend/Optimizer/
H A Dzend_optimizer.c810 zend_function *fbc = zend_hash_find_ptr(&ce->function_table, func_name); in zend_optimizer_get_called_func() local
828 zend_function *fbc = zend_hash_find_ptr( in zend_optimizer_get_called_func() local
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c1298 zend_function *fbc = NULL; in dbh_method_get() local
H A Dpdo_stmt.c2044 zend_function *fbc = NULL; in dbstmt_method_get() local

Completed in 228 milliseconds