/PHP-8.3/ext/zend_test/ |
H A D | observer.c | 151 if (fbc->common.function_name) { in observer_show_init() 152 if (fbc->common.scope) { in observer_show_init() 172 zend_function *fbc = ex->func; in observer_show_init_backtrace() local 174 if (fbc->common.function_name) { in observer_show_init_backtrace() 175 if (fbc->common.scope) { in observer_show_init_backtrace() 189 zend_function *fbc = execute_data->func; in observer_fcall_init() local 191 observer_show_init(fbc); in observer_fcall_init() 200 } else if (fbc->common.function_name) { in observer_fcall_init() 291 if (fbc->common.function_name) { in zend_test_execute_internal() 292 if (fbc->common.scope) { in zend_test_execute_internal() [all …]
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_print.c | 159 zend_function *fbc; in PHPDBG_PRINT() local 165 (fbc->type == ZEND_USER_FUNCTION) ? "User" : "Internal", in PHPDBG_PRINT() 166 ZSTR_VAL(fbc->common.function_name), in PHPDBG_PRINT() 167 (fbc->type == ZEND_USER_FUNCTION) ? fbc->op_array.last : 0); in PHPDBG_PRINT() 169 phpdbg_print_function_helper(fbc); in PHPDBG_PRINT() 185 zend_function* fbc; in PHPDBG_PRINT() local 213 if ((fbc = zend_hash_find_ptr(func_table, lcname))) { in PHPDBG_PRINT() 216 (fbc->common.scope) ? "Method" : "Function", in PHPDBG_PRINT() 217 ZSTR_VAL(fbc->common.function_name), in PHPDBG_PRINT() 218 (fbc->type == ZEND_USER_FUNCTION) ? fbc->op_array.last : 0); in PHPDBG_PRINT() [all …]
|
H A D | phpdbg_list.c | 172 void phpdbg_list_function(const zend_function *fbc) /* {{{ */ in phpdbg_list_function() argument 176 if (fbc->type != ZEND_USER_FUNCTION) { in phpdbg_list_function() 177 …phpdbg_error("The function requested (%s) is not user defined", ZSTR_VAL(fbc->common.function_name… in phpdbg_list_function() 181 ops = (zend_op_array *) fbc; in phpdbg_list_function() 189 zend_function* fbc; in phpdbg_list_function_byname() local 216 if ((fbc = zend_hash_str_find_ptr(func_table, func_name, func_name_len))) { in phpdbg_list_function_byname() 217 phpdbg_list_function(fbc); in phpdbg_list_function_byname()
|
H A D | phpdbg_bp.c | 955 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_symbol(zend_function *fbc) /* {{{ */ in phpdbg_find_breakpoint_symbol() argument 959 if (fbc->type != ZEND_USER_FUNCTION) { in phpdbg_find_breakpoint_symbol() 963 ops = (zend_op_array *) fbc; in phpdbg_find_breakpoint_symbol()
|
/PHP-8.3/Zend/ |
H A D | zend_object_handlers.c | 1280 zend_function *fbc; in zend_get_parent_private_method() local 1288 return fbc; in zend_get_parent_private_method() 1336 ZEND_ASSERT(fbc); in zend_get_call_trampoline_func() 1366 …func->T = (fbc->type == ZEND_USER_FUNCTION)? MAX(fbc->op_array.last_var + fbc->op_array.T, min_T) … in zend_get_call_trampoline_func() 1415 zend_function *fbc; in zend_std_get_method() local 1464 fbc = NULL; in zend_std_get_method() 1471 if (fbc && UNEXPECTED(fbc->common.fn_flags & ZEND_ACC_ABSTRACT)) { in zend_std_get_method() 1473 fbc = NULL; in zend_std_get_method() 1478 return fbc; in zend_std_get_method() 1544 fbc = NULL; in zend_std_get_static_method() [all …]
|
H A D | zend_execute.c | 1253 cur_arg_info = &fbc->common.arg_info[fbc->common.num_args]; in zend_verify_internal_arg_types() 1301 fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "", in zend_internal_call_arginfo_violation() 2271 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name)); in zend_non_static_method_call() 4061 return fbc; in zend_fetch_function() 4076 return fbc; in zend_fetch_function_str() 4668 zend_function *fbc; in zend_init_dynamic_call_string() local 4748 zend_function *fbc; in zend_init_dynamic_call_object() local 4792 zend_function *fbc; in zend_init_dynamic_call_array() local 5069 *cache_slot = fbc; in zend_get_arg_offset_by_name() 5079 *cache_slot = fbc; in zend_get_arg_offset_by_name() [all …]
|
H A D | zend_object_handlers.h | 197 #define zend_get_function_root_class(fbc) \ argument 198 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
|
H A D | zend_vm_def.h | 3474 zend_function *fbc; variable 3630 zend_function *fbc; variable 3721 fbc = ce->constructor; 3760 zend_function *fbc; variable 3771 fbc = Z_FUNC_P(func); 3905 zend_function *fbc; variable 3918 fbc = Z_FUNC_P(func); 3938 zend_function *fbc; variable 3946 fbc = Z_FUNC_P(func); 8804 …call->func = (fbc->op_array.fn_flags & ZEND_ACC_STATIC) ? fbc->op_array.scope->__callstatic : fbc-… [all …]
|
H A D | zend_compile.c | 3665 fbc = NULL; in zend_compile_args() 3674 if (!fbc || (fbc->common.fn_flags & ZEND_ACC_VARIADIC)) { in zend_compile_args() 3723 if (!fbc || ARG_MUST_BE_SENT_BY_REF(fbc, arg_num)) { in zend_compile_args() 3837 if (fbc) { in zend_get_call_op() 4160 if (!fbc in zend_try_compile_ct_bound_init_user_func() 4285 if (fbc && fbc_is_finalized(fbc)) { in zend_compile_assert() 4317 if (!fbc) { in zend_compile_assert() 4672 if (!fbc in zend_compile_call() 4755 fbc = NULL; in zend_compile_method_call() 4778 return fbc; in zend_get_compatible_func_or_null() [all …]
|
H A D | zend_vm_execute.h | 3422 …call->func = (fbc->op_array.fn_flags & ZEND_ACC_STATIC) ? fbc->op_array.scope->__callstatic : fbc-… in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() 3444 fbc = call->func; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() 3587 fbc = call->func; in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER() 3718 zend_function *fbc; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER() local 3801 zend_function *fbc; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER() local 3834 zend_function *fbc; in ZEND_INIT_FCALL_SPEC_CONST_HANDLER() local 6781 zend_function *fbc; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local 6937 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local 9301 zend_function *fbc; in ZEND_INIT_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() local 9457 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() local [all …]
|
H A D | zend_execute.h | 64 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_deprecated_function(const zend_function *fbc); 105 ZEND_API bool zend_internal_call_should_throw(zend_function *fbc, zend_execute_data *call); 106 ZEND_API ZEND_COLD void zend_internal_call_arginfo_violation(zend_function *fbc);
|
H A D | zend_compile.h | 908 ZEND_API uint8_t zend_get_call_op(const zend_op *init_op, zend_function *fbc);
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 64 fbc = _zend_jit_init_func_run_time_cache(&fbc->op_array); in zend_jit_find_func_helper() 66 *cache_slot = fbc; in zend_jit_find_func_helper() 67 return fbc; in zend_jit_find_func_helper() 83 fbc = _zend_jit_init_func_run_time_cache(&fbc->op_array); in zend_jit_find_ns_func_helper() 85 *cache_slot = fbc; in zend_jit_find_ns_func_helper() 86 return fbc; in zend_jit_find_ns_func_helper() 156 return fbc; in zend_jit_find_method_helper() 163 return fbc; in zend_jit_find_method_helper() 171 if (!fbc) { in zend_jit_find_method_tmp_helper() 181 return fbc; in zend_jit_find_method_tmp_helper() [all …]
|
H A D | zend_jit_vm_helpers.c | 177 zend_function *fbc = call->func; in zend_jit_deprecated_helper() local 179 zend_deprecated_function(fbc); in zend_jit_deprecated_helper()
|
H A D | zend_jit_x86.dasc | 9602 | // fbc = CACHED_PTR(opline->result.num + sizeof(void*)); 9613 | // fbc = CACHED_PTR(opline->result.num + sizeof(void*)); 9695 | // if (fbc->common.fn_flags & ZEND_ACC_STATIC) { 9950 | // fbc = call->func; 10334 | // (zend_execute_internal ? zend_execute_internal : fbc->internal_function.handler)(call, ret);
|
H A D | zend_jit_arm64.dasc | 8934 | // fbc = CACHED_PTR(opline->result.num + sizeof(void*)); 8945 | // fbc = CACHED_PTR(opline->result.num + sizeof(void*)); 9004 | // if (fbc->common.fn_flags & ZEND_ACC_STATIC) { 9237 | // fbc = call->func; 9607 | // (zend_execute_internal ? zend_execute_internal : fbc->internal_function.handler)(call, ret);
|
/PHP-8.3/Zend/Optimizer/ |
H A D | zend_optimizer.c | 876 if (fbc) { in zend_optimizer_get_called_func() 877 bool is_public = (fbc->common.fn_flags & ZEND_ACC_PUBLIC) != 0; in zend_optimizer_get_called_func() 878 bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() 880 return fbc; in zend_optimizer_get_called_func() 893 zend_function *fbc = zend_hash_find_ptr( in zend_optimizer_get_called_func() local 895 if (fbc) { in zend_optimizer_get_called_func() 900 bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() 901 return same_scope ? fbc : NULL; in zend_optimizer_get_called_func() 906 if ((fbc->common.fn_flags & ZEND_ACC_FINAL) == 0 && in zend_optimizer_get_called_func() 907 (fbc->common.scope->ce_flags & ZEND_ACC_FINAL) == 0) { in zend_optimizer_get_called_func() [all …]
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_dbh.c | 1315 zend_function *fbc = NULL; in dbh_method_get() local 1319 if ((fbc = zend_std_get_method(object, method_name, key)) == NULL) { in dbh_method_get() 1331 …fbc = zend_hash_find_ptr(dbh_obj->inner->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_DBH], lc_method_na… in dbh_method_get() 1336 return fbc; in dbh_method_get()
|
H A D | pdo_stmt.c | 2043 zend_function *fbc = NULL; in dbstmt_method_get() local 2049 if ((fbc = zend_hash_find_ptr(&object->ce->function_table, lc_method_name)) == NULL) { in dbstmt_method_get() 2065 …if ((fbc = zend_hash_find_ptr(stmt->dbh->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_STMT], lc_method_n… in dbstmt_method_get() 2073 if (!fbc) { in dbstmt_method_get() 2074 fbc = zend_std_get_method(object_pp, method_name, key); in dbstmt_method_get() 2076 return fbc; in dbstmt_method_get()
|