Home
last modified time | relevance | path

Searched refs:fbc (Results 1 – 19 of 19) sorted by relevance

/PHP-8.3/ext/zend_test/
H A Dobserver.c150 if (fbc->common.function_name) { in observer_show_init()
151 if (fbc->common.scope) { in observer_show_init()
166 zend_function *fbc = ex->func; in observer_show_init_backtrace() local
168 if (fbc->common.function_name) { in observer_show_init_backtrace()
169 if (fbc->common.scope) { in observer_show_init_backtrace()
183 zend_function *fbc = execute_data->func; in observer_fcall_init() local
185 observer_show_init(fbc); in observer_fcall_init()
194 } else if (fbc->common.function_name) { in observer_fcall_init()
283 zend_function *fbc = execute_data->func; in zend_test_execute_internal() local
285 if (fbc->common.function_name) { in zend_test_execute_internal()
[all …]
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_print.c159 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 Dphpdbg_list.c172 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 Dphpdbg_bp.c955 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 Dzend_object_handlers.c1279 zend_function *fbc; in zend_get_parent_private_method() local
1287 return fbc; in zend_get_parent_private_method()
1335 ZEND_ASSERT(fbc); in zend_get_call_trampoline_func()
1361 func->T = (fbc->type == ZEND_USER_FUNCTION)? MAX(fbc->op_array.last_var + fbc->op_array.T, 2) : 2; in zend_get_call_trampoline_func()
1410 zend_function *fbc; in zend_std_get_method() local
1459 fbc = NULL; in zend_std_get_method()
1466 if (fbc && UNEXPECTED(fbc->common.fn_flags & ZEND_ACC_ABSTRACT)) { in zend_std_get_method()
1468 fbc = NULL; in zend_std_get_method()
1473 return fbc; in zend_std_get_method()
1539 fbc = NULL; in zend_std_get_static_method()
[all …]
H A Dzend_execute.c1253 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 Dzend_object_handlers.h197 #define zend_get_function_root_class(fbc) \ argument
198 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
H A Dzend_vm_def.h3474 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 Dzend_compile.c3665 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 Dzend_vm_execute.h3422 …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 Dzend_execute.h64 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 Dzend_compile.h908 ZEND_API uint8_t zend_get_call_op(const zend_op *init_op, zend_function *fbc);
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c64 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 Dzend_jit_vm_helpers.c177 zend_function *fbc = call->func; in zend_jit_deprecated_helper() local
179 zend_deprecated_function(fbc); in zend_jit_deprecated_helper()
H A Dzend_jit_arm64.dasc8934 | // 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);
H A Dzend_jit_x86.dasc9602 | // 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);
/PHP-8.3/Zend/Optimizer/
H A Dzend_optimizer.c876 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 Dpdo_dbh.c1315 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()
1331fbc = 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 Dpdo_stmt.c2043 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()

Completed in 307 milliseconds