Home
last modified time | relevance | path

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

/PHP-7.3/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.3/Zend/
H A Dzend_object_handlers.c1066 zend_function *fbc; in zend_get_parent_private() local
1090 ZEND_API int zend_check_private(zend_function *fbc, zend_class_entry *ce, zend_string *function_nam… in zend_check_private()
1149 zend_function *fbc = is_static ? ce->__callstatic : ce->__call; in zend_get_call_trampoline_func() local
1198 zend_function *fbc; in zend_std_get_method() local
1291 zend_function *fbc = NULL; in zend_std_get_static_method() local
H A Dzend_vm_def.h775 ZEND_VM_COLD_HELPER(zend_abstract_method_helper, ANY, ANY, zend_function *fbc) in ZEND_VM_COLD_HELPER()
3003 zend_function *fbc; variable
3154 zend_function *fbc; variable
3291 zend_function *fbc; variable
3450 zend_function *fbc; variable
3484 zend_function *fbc; variable
3514 zend_function *fbc = call->func; variable
3559 zend_function *fbc = call->func; variable
3583 zend_function *fbc = call->func; variable
3660 zend_function *fbc = call->func; variable
[all …]
H A Dzend_execute.c966 static zend_never_inline int zend_verify_internal_arg_types(zend_function *fbc, zend_execute_data *… in zend_verify_internal_arg_types()
1365 …c zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_deprecated_function(const zend_function *fbc) in zend_deprecated_function()
1630 …end_never_inline ZEND_COLD void ZEND_FASTCALL zend_non_static_method_call(const zend_function *fbc) in zend_non_static_method_call()
2554 zend_function *fbc = Z_FUNC_P(zv); in zend_fetch_function() local
2569 zend_function *fbc = Z_FUNC_P(zv); in zend_fetch_function_str() local
2924 zend_function *fbc; in zend_init_dynamic_call_string() local
3002 zend_function *fbc; in zend_init_dynamic_call_object() local
3037 zend_function *fbc; in zend_init_dynamic_call_array() local
3213 zend_function *fbc = call->func; in zend_do_fcall_overloaded() local
H A Dzend_object_handlers.h171 #define zend_get_function_root_class(fbc) \ argument
H A Dzend_vm_execute.h2069 zend_function *fbc; local
2153 zend_function *fbc; local
2187 zend_function *fbc; local
5054 zend_function *fbc; local
5204 zend_function *fbc; local
7236 zend_function *fbc; local
7386 zend_function *fbc; local
8620 zend_function *fbc; local
9207 zend_function *fbc; local
10329 zend_function *fbc; local
[all …]
H A Dzend_compile.c3159 uint32_t zend_compile_args(zend_ast *ast, zend_function *fbc) /* {{{ */ in zend_compile_args()
3283 ZEND_API zend_uchar zend_get_call_op(const zend_op *init_op, zend_function *fbc) /* {{{ */ in zend_get_call_op()
3309 void zend_compile_call_common(znode *result, zend_ast *args_ast, zend_function *fbc) /* {{{ */ in zend_compile_call_common()
3541 zend_function *fbc; in zend_try_compile_ct_bound_init_user_func() local
3665 …compile_assert(znode *result, zend_ast_list *args, zend_string *name, zend_function *fbc) /* {{{ */ in zend_compile_assert()
3908 …cial_func(znode *result, zend_string *lcname, zend_ast_list *args, zend_function *fbc, uint32_t ty… in zend_try_compile_special_func()
4012 zend_function *fbc; in zend_compile_call() local
4062 zend_function *fbc = NULL; in zend_compile_method_call() local
4117 zend_function *fbc = NULL; in zend_compile_static_call() local
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_optimizer.c221 zend_function *fbc = (zend_function *)zend_hash_str_find_ptr(EG(function_table), name, len); in zend_optimizer_is_disabled_func() local
1042 zend_function *fbc = zend_hash_find_ptr( in zend_optimizer_get_called_func() local
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c2230 zend_function *fbc = NULL; in dbstmt_method_get() local
2628 zend_function *fbc; in row_method_get() local
H A Dpdo_dbh.c1368 zend_function *fbc = NULL; in dbh_method_get() local

Completed in 240 milliseconds