Home
last modified time | relevance | path

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

/PHP-8.4/ext/zend_test/
H A Dobserver.c148 static void observer_show_init(zend_function *fbc) in observer_show_init()
166 zend_function *fbc = ex->func; in observer_show_init_backtrace() local
183 zend_function *fbc = execute_data->func; in observer_fcall_init() local
283 zend_function *fbc = execute_data->func; in zend_test_execute_internal() local
/PHP-8.4/sapi/phpdbg/
H A Dphpdbg_print.c157 zend_function *fbc; in PHPDBG_PRINT() local
183 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.4/Zend/
H A Dzend_object_handlers.c1549 zend_function *fbc; in zend_get_parent_private_method() local
1598 zend_function *fbc = is_static ? ce->__callstatic : ce->__call; in zend_get_call_trampoline_func() local
1742 static ZEND_COLD zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *metho… in zend_bad_method_call()
1752 static ZEND_COLD zend_never_inline void zend_abstract_method_call(zend_function *fbc) /* {{{ */ in zend_abstract_method_call()
1763 zend_function *fbc; in zend_std_get_method() local
1864 zend_function *fbc; in zend_std_get_static_method() local
H A Dzend_execute.c1339 ZEND_API ZEND_COLD void zend_internal_call_arginfo_violation(zend_function *fbc) in zend_internal_call_arginfo_violation()
1595 zend_function *fbc = ZEND_FLF_FUNC(opline); in zend_frameless_observed_call() local
1879 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_deprecated_function(const zend_function *fbc) in zend_deprecated_function()
4251 zend_function *fbc = Z_FUNC_P(zv); in zend_fetch_function() local
4266 zend_function *fbc = Z_FUNC_P(zv); in zend_fetch_function_str() local
4857 zend_function *fbc; in zend_init_dynamic_call_string() local
4937 zend_function *fbc; in zend_init_dynamic_call_object() local
4981 zend_function *fbc; in zend_init_dynamic_call_array() local
5246 zend_function *fbc, zend_string *arg_name, void **cache_slot) { in zend_get_arg_offset_by_name()
5288 zend_function *fbc = call->func; in zend_handle_named_arg() local
[all …]
H A Dzend_vm_def.h3533 zend_function *fbc; variable
3689 zend_function *fbc; variable
3819 zend_function *fbc; variable
3964 zend_function *fbc; variable
3997 zend_function *fbc; variable
4024 zend_function *fbc; variable
4043 zend_function *fbc = call->func; variable
4108 zend_function *fbc = call->func; variable
4133 zend_function *fbc = call->func; variable
4237 zend_function *fbc = call->func; variable
H A Dzend_compile.c3726 zend_ast *ast, zend_function *fbc, bool *may_have_extra_named_args) /* {{{ */ in zend_compile_args()
3927 ZEND_API uint8_t zend_get_call_op(const zend_op *init_op, zend_function *fbc) /* {{{ */ in zend_get_call_op()
4204 static bool fbc_is_finalized(zend_function *fbc) { in fbc_is_finalized()
4218 static bool zend_compile_ignore_function(zend_function *fbc, zend_string *filename) in zend_compile_ignore_function()
4232 zend_function *fbc; in zend_try_compile_ct_bound_init_user_func() local
4714 static uint32_t zend_compile_frameless_icall(znode *result, zend_ast_list *args, zend_function *fbc in zend_compile_frameless_icall()
5129 zend_function *fbc = NULL; in zend_compile_parent_property_hook_call() local
5165 zend_function *fbc; in zend_compile_call() local
5222 zend_function *fbc = NULL; in zend_compile_method_call() local
5290 zend_function *fbc = zend_hash_find_ptr(&ce->function_table, lcname); in zend_get_compatible_func_or_null() local
[all …]
H A Dzend_vm_execute.h3901 zend_function *fbc; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER() local
3984 zend_function *fbc; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER() local
4017 zend_function *fbc; in ZEND_INIT_FCALL_SPEC_CONST_HANDLER() local
4044 zend_function *fbc; in ZEND_INIT_FCALL_OFFSET_SPEC_CONST_HANDLER() local
7117 zend_function *fbc; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
7273 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
9681 zend_function *fbc; in ZEND_INIT_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() local
9837 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() local
10585 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER() local
12163 zend_function *fbc; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CV_HANDLER() local
[all …]
H A Dzend_object_handlers.h241 #define zend_get_function_root_class(fbc) \ argument
/PHP-8.4/Zend/Optimizer/
H A Dzend_optimizer.c812 zend_function *fbc = Z_PTR_P(fbc_zv); in zend_optimizer_ignore_function() local
959 zend_function *fbc = zend_hash_find_ptr(&ce->function_table, func_name); in zend_optimizer_get_called_func() local
977 zend_function *fbc = zend_hash_find_ptr( in zend_optimizer_get_called_func() local
1011 zend_function *fbc = prop_info->hooks[hook_kind]; in zend_optimizer_get_called_func() local
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_helpers.c57 zend_function *fbc; in zend_jit_find_func_helper() local
81 zend_function *fbc; in zend_jit_find_ns_func_helper() local
149 zend_function *fbc; in zend_jit_find_method_helper() local
176 zend_function *fbc; in zend_jit_find_method_tmp_helper() local
192 …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()
199 …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()
213 …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.c172 zend_function *fbc = call->func; in zend_jit_deprecated_helper() local
H A Dzend_jit_ir.c17176 zend_function *fbc = ZEND_FLF_FUNC(opline); local
/PHP-8.4/ext/pdo/
H A Dpdo_dbh.c1375 zend_function *fbc = NULL; in dbh_method_get() local
H A Dpdo_stmt.c2038 zend_function *fbc = NULL; in dbstmt_method_get() local

Completed in 350 milliseconds