Home
last modified time | relevance | path

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

/php-src/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-src/sapi/phpdbg/
H A Dphpdbg_print.c157 zend_function *fbc; in PHPDBG_PRINT() local
163 (fbc->type == ZEND_USER_FUNCTION) ? "User" : "Internal", in PHPDBG_PRINT()
164 ZSTR_VAL(fbc->common.function_name), in PHPDBG_PRINT()
165 (fbc->type == ZEND_USER_FUNCTION) ? fbc->op_array.last : 0); in PHPDBG_PRINT()
167 phpdbg_print_function_helper(fbc); in PHPDBG_PRINT()
183 zend_function* fbc; in PHPDBG_PRINT() local
211 if ((fbc = zend_hash_find_ptr(func_table, lcname))) { in PHPDBG_PRINT()
214 (fbc->common.scope) ? "Method" : "Function", in PHPDBG_PRINT()
215 ZSTR_VAL(fbc->common.function_name), in PHPDBG_PRINT()
216 (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-src/Zend/
H A Dzend_object_handlers.c1540 zend_function *fbc; in zend_get_parent_private_method() local
1548 return fbc; in zend_get_parent_private_method()
1596 ZEND_ASSERT(fbc); in zend_get_call_trampoline_func()
1622 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()
1753 zend_function *fbc; in zend_std_get_method() local
1802 fbc = NULL; in zend_std_get_method()
1809 if (fbc && UNEXPECTED(fbc->common.fn_flags & ZEND_ACC_ABSTRACT)) { in zend_std_get_method()
1811 fbc = NULL; in zend_std_get_method()
1816 return fbc; in zend_std_get_method()
1882 fbc = NULL; in zend_std_get_static_method()
[all …]
H A Dzend_execute.c1294 cur_arg_info = &fbc->common.arg_info[fbc->common.num_args]; in zend_verify_internal_arg_types()
1342 fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "", in zend_internal_call_arginfo_violation()
2462 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name)); in zend_non_static_method_call()
4251 return fbc; in zend_fetch_function()
4266 return fbc; in zend_fetch_function_str()
4852 zend_function *fbc; in zend_init_dynamic_call_string() local
4932 zend_function *fbc; in zend_init_dynamic_call_object() local
4976 zend_function *fbc; in zend_init_dynamic_call_array() local
5253 *cache_slot = fbc; in zend_get_arg_offset_by_name()
5263 *cache_slot = fbc; in zend_get_arg_offset_by_name()
[all …]
H A Dzend_object_handlers.h241 #define zend_get_function_root_class(fbc) \ argument
242 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
H A Dzend_vm_def.h3533 zend_function *fbc; variable
3689 zend_function *fbc; variable
3819 zend_function *fbc; variable
3830 fbc = Z_FUNC_P(func);
3964 zend_function *fbc; variable
3977 fbc = Z_FUNC_P(func);
3997 zend_function *fbc; variable
4005 fbc = Z_FUNC_P(func);
4024 zend_function *fbc; variable
8856 …call->func = (fbc->op_array.fn_flags & ZEND_ACC_STATIC) ? fbc->op_array.scope->__callstatic : fbc-…
[all …]
H A Dzend_compile.c3757 fbc = NULL; in zend_compile_args()
3766 if (!fbc || (fbc->common.fn_flags & ZEND_ACC_VARIADIC)) { in zend_compile_args()
3815 if (!fbc || ARG_MUST_BE_SENT_BY_REF(fbc, arg_num)) { in zend_compile_args()
3929 if (fbc) { in zend_get_call_op()
4243 if (!fbc in zend_try_compile_ct_bound_init_user_func()
4368 if (fbc && fbc_is_finalized(fbc)) { in zend_compile_assert()
4400 if (!fbc) { in zend_compile_assert()
5180 if (!fbc in zend_compile_call()
5269 fbc = NULL; in zend_compile_method_call()
5292 return fbc; in zend_get_compatible_func_or_null()
[all …]
H A Dzend_vm_execute.h3457 …call->func = (fbc->op_array.fn_flags & ZEND_ACC_STATIC) ? fbc->op_array.scope->__callstatic : fbc-… in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3479 fbc = call->func; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3622 fbc = call->func; in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
3901 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
7100 zend_function *fbc; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
7256 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
9664 zend_function *fbc; in ZEND_INIT_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);
110 ZEND_API bool zend_internal_call_should_throw(zend_function *fbc, zend_execute_data *call);
111 ZEND_API ZEND_COLD void zend_internal_call_arginfo_violation(zend_function *fbc);
H A Dzend_compile.h984 ZEND_API uint8_t zend_get_call_op(const zend_op *init_op, zend_function *fbc);
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c812 zend_function *fbc = Z_PTR_P(fbc_zv); in zend_optimizer_ignore_function() local
814 if (fbc->type == ZEND_INTERNAL_FUNCTION) { in zend_optimizer_ignore_function()
824 return !fbc->op_array.filename || fbc->op_array.filename != filename; in zend_optimizer_ignore_function()
826 ZEND_ASSERT(fbc->type == ZEND_EVAL_CODE); in zend_optimizer_ignore_function()
960 if (fbc) { in zend_optimizer_get_called_func()
964 return fbc; in zend_optimizer_get_called_func()
979 if (fbc) { in zend_optimizer_get_called_func()
985 return same_scope ? fbc : NULL; in zend_optimizer_get_called_func()
994 return fbc; in zend_optimizer_get_called_func()
1012 if (fbc) { in zend_optimizer_get_called_func()
[all …]
/php-src/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()
91 fbc = _zend_jit_init_func_run_time_cache(&fbc->op_array); in zend_jit_find_ns_func_helper()
93 *cache_slot = fbc; in zend_jit_find_ns_func_helper()
94 return fbc; in zend_jit_find_ns_func_helper()
164 return fbc; in zend_jit_find_method_helper()
171 return fbc; in zend_jit_find_method_helper()
179 if (!fbc) { in zend_jit_find_method_tmp_helper()
189 return fbc; in zend_jit_find_method_tmp_helper()
[all …]
H A Dzend_jit_vm_helpers.c172 zend_function *fbc = call->func; in zend_jit_deprecated_helper() local
174 zend_deprecated_function(fbc); in zend_jit_deprecated_helper()
H A Dzend_jit_ir.c17145 zend_function *fbc = ZEND_FLF_FUNC(opline); local
17147 …ir_ref if_unobserved = jit_observer_fcall_is_unobserved_start(jit, fbc, &observer_handler, IR_UNUS…
/php-src/ext/pdo/
H A Dpdo_dbh.c1375 zend_function *fbc = NULL; in dbh_method_get() local
1379 if ((fbc = zend_std_get_method(object, method_name, key)) == NULL) { in dbh_method_get()
1391fbc = zend_hash_find_ptr(dbh_obj->inner->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_DBH], lc_method_na… in dbh_method_get()
1396 return fbc; in dbh_method_get()
H A Dpdo_stmt.c2038 zend_function *fbc = NULL; in dbstmt_method_get() local
2044 if ((fbc = zend_hash_find_ptr(&object->ce->function_table, lc_method_name)) == NULL) { in dbstmt_method_get()
2060 …if ((fbc = zend_hash_find_ptr(stmt->dbh->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_STMT], lc_method_n… in dbstmt_method_get()
2068 if (!fbc) { in dbstmt_method_get()
2069 fbc = zend_std_get_method(object_pp, method_name, key); in dbstmt_method_get()
2071 return fbc; in dbstmt_method_get()

Completed in 404 milliseconds