Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_print.c188 zend_function *fbc; in PHPDBG_PRINT() local
214 zend_function* fbc; in PHPDBG_PRINT() local
H A Dphpdbg_list.c178 void phpdbg_list_function(const zend_function *fbc) /* {{{ */ in phpdbg_list_function()
195 zend_function* fbc; in phpdbg_list_function_byname() local
H A Dphpdbg_bp.c962 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_symbol(zend_function *fbc) /* {{{ */ in phpdbg_find_breakpoint_symbol()
/PHP-7.4/Zend/
H A Dzend_object_handlers.c1213 zend_function *fbc; in zend_get_parent_private_method() local
1262 zend_function *fbc = is_static ? ce->__callstatic : ce->__call; in zend_get_call_trampoline_func() local
1316 static ZEND_COLD zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *metho… in zend_bad_method_call()
1326 zend_function *fbc; in zend_std_get_method() local
1397 zend_function *fbc = NULL; in zend_std_get_static_method() local
H A Dzend_vm_def.h3475 zend_function *fbc; variable
3621 zend_function *fbc; variable
3759 zend_function *fbc; variable
3919 zend_function *fbc; variable
3952 zend_function *fbc; variable
3982 zend_function *fbc = call->func; variable
4027 zend_function *fbc = call->func; variable
4050 zend_function *fbc = call->func; variable
4134 zend_function *fbc = call->func; variable
H A Dzend_execute.c1125 static zend_never_inline int zend_verify_internal_arg_types(zend_function *fbc, zend_execute_data *… in zend_verify_internal_arg_types()
1544 …c zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_deprecated_function(const zend_function *fbc) in zend_deprecated_function()
1552 static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_abstract_method(const zend_function *fbc) in zend_abstract_method()
2028 …end_never_inline ZEND_COLD void ZEND_FASTCALL zend_non_static_method_call(const zend_function *fbc) in zend_non_static_method_call()
3654 zend_function *fbc = Z_FUNC_P(zv); in zend_fetch_function() local
3669 zend_function *fbc = Z_FUNC_P(zv); in zend_fetch_function_str() local
4032 zend_function *fbc; in zend_init_dynamic_call_string() local
4110 zend_function *fbc; in zend_init_dynamic_call_object() local
4152 zend_function *fbc; in zend_init_dynamic_call_array() local
4335 zend_function *fbc = call->func; in zend_do_fcall_overloaded() local
H A Dzend_object_handlers.h194 #define zend_get_function_root_class(fbc) \ argument
H A Dzend_vm_execute.h2906 zend_function *fbc; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER() local
2990 zend_function *fbc; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER() local
3023 zend_function *fbc; in ZEND_INIT_FCALL_SPEC_CONST_HANDLER() local
5723 zend_function *fbc; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
5868 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
7994 zend_function *fbc; in ZEND_INIT_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() local
8139 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() local
9061 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER() local
10455 zend_function *fbc; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CV_HANDLER() local
10600 zend_function *fbc; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER() local
[all …]
H A Dzend_compile.c2978 uint32_t zend_compile_args(zend_ast *ast, zend_function *fbc) /* {{{ */ in zend_compile_args()
3107 ZEND_API zend_uchar zend_get_call_op(const zend_op *init_op, zend_function *fbc) /* {{{ */ in zend_get_call_op()
3133 void zend_compile_call_common(znode *result, zend_ast *args_ast, zend_function *fbc) /* {{{ */ in zend_compile_call_common()
3360 static zend_bool fbc_is_finalized(zend_function *fbc) { in fbc_is_finalized()
3367 zend_function *fbc; in zend_try_compile_ct_bound_init_user_func() local
3492 …compile_assert(znode *result, zend_ast_list *args, zend_string *name, zend_function *fbc) /* {{{ */ in zend_compile_assert()
3753 …cial_func(znode *result, zend_string *lcname, zend_ast_list *args, zend_function *fbc, uint32_t ty… in zend_try_compile_special_func()
3863 zend_function *fbc; in zend_compile_call() local
3914 zend_function *fbc = NULL; in zend_compile_method_call() local
3970 zend_function *fbc = NULL; in zend_compile_static_call() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c202 zend_function *fbc = (zend_function *)zend_hash_str_find_ptr(EG(function_table), name, len); in zend_optimizer_is_disabled_func() local
853 zend_function *fbc = zend_hash_find_ptr(&ce->function_table, func_name); in zend_optimizer_get_called_func() local
869 zend_function *fbc = zend_hash_find_ptr( in zend_optimizer_get_called_func() local
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c2210 zend_function *fbc = NULL; in dbstmt_method_get() local
2587 zend_function *fbc; in row_method_get() local
H A Dpdo_dbh.c1349 zend_function *fbc = NULL; in dbh_method_get() local

Completed in 213 milliseconds