Home
last modified time | relevance | path

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

/PHP-7.2/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.2/Zend/
H A Dzend_object_handlers.c1052 static inline zend_function *zend_check_private_int(zend_function *fbc, zend_class_entry *ce, zend_… in zend_check_private_int()
1093 ZEND_API int zend_check_private(zend_function *fbc, zend_class_entry *ce, zend_string *function_nam… in zend_check_private()
1132 zend_function *fbc = is_static ? ce->__callstatic : ce->__call; in zend_get_call_trampoline_func() local
1182 zend_function *fbc; in zend_std_get_method() local
1276 zend_function *fbc = NULL; in zend_std_get_static_method() local
H A Dzend_vm_def.h2962 zend_function *fbc; variable
3091 zend_function *fbc; variable
3244 zend_function *fbc; variable
3410 zend_function *fbc; variable
3447 zend_function *fbc; variable
3478 zend_function *fbc = call->func; variable
3522 zend_function *fbc = call->func; variable
3544 zend_function *fbc = call->func; variable
3622 zend_function *fbc = call->func; variable
H A Dzend_object_handlers.h161 #define zend_get_function_root_class(fbc) \ argument
H A Dzend_execute.c894 static zend_never_inline int zend_verify_internal_arg_types(zend_function *fbc, zend_execute_data *… in zend_verify_internal_arg_types()
2549 zend_function *fbc; in zend_init_dynamic_call_string() local
2635 zend_function *fbc; in zend_init_dynamic_call_object() local
2671 zend_function *fbc; in zend_init_dynamic_call_array() local
2852 zend_function *fbc = call->func; in zend_do_fcall_overloaded() local
H A Dzend_vm_execute.h2133 zend_function *fbc; local
2221 zend_function *fbc; local
2258 zend_function *fbc; local
5285 zend_function *fbc; local
5412 zend_function *fbc; local
7374 zend_function *fbc; local
9336 zend_function *fbc; local
9463 zend_function *fbc; local
11358 zend_function *fbc; local
11486 zend_function *fbc; local
[all …]
H A Dzend_compile.c3144 uint32_t zend_compile_args(zend_ast *ast, zend_function *fbc) /* {{{ */ in zend_compile_args()
3254 ZEND_API zend_uchar zend_get_call_op(const zend_op *init_op, zend_function *fbc) /* {{{ */ in zend_get_call_op()
3280 void zend_compile_call_common(znode *result, zend_ast *args_ast, zend_function *fbc) /* {{{ */ in zend_compile_call_common()
3509 zend_function *fbc; in zend_try_compile_ct_bound_init_user_func() local
3633 …compile_assert(znode *result, zend_ast_list *args, zend_string *name, zend_function *fbc) /* {{{ */ in zend_compile_assert()
3877 …cial_func(znode *result, zend_string *lcname, zend_ast_list *args, zend_function *fbc, uint32_t ty… in zend_try_compile_special_func()
3981 zend_function *fbc; in zend_compile_call() local
4031 zend_function *fbc = NULL; in zend_compile_method_call() local
4086 zend_function *fbc = NULL; in zend_compile_static_call() local
/PHP-7.2/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
894 zend_function *fbc = zend_hash_find_ptr( in zend_optimizer_get_called_func() local
/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c2226 zend_function *fbc = NULL; in dbstmt_method_get() local
2625 zend_function *fbc; in row_method_get() local
H A Dpdo_dbh.c1352 zend_function *fbc = NULL; in dbh_method_get() local

Completed in 210 milliseconds