Home
last modified time | relevance | path

Searched defs:arg_info (Results 1 – 23 of 23) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_API.h38 const struct _zend_internal_arg_info *arg_info; member
80 #define ZEND_RAW_NAMED_FE(zend_name, name, arg_info) ZEND_RAW_FENTRY(#zend_name, name, arg_info, 0) argument
82 #define ZEND_NAMED_FE(zend_name, name, arg_info) ZEND_RAW_FENTRY(#zend_name, name, arg_info, 0) argument
83 #define ZEND_FE(name, arg_info) ZEND_RAW_FENTRY(#name, zif_##name, arg_info, 0) argument
85 #define ZEND_FALIAS(name, alias, arg_info) ZEND_RAW_FENTRY(#name, zif_##alias, arg_info, 0) argument
86 #define ZEND_DEP_FALIAS(name, alias, arg_info) ZEND_RAW_FENTRY(#name, zif_##alias, arg_info, ZEND_… argument
87 #define ZEND_NAMED_ME(zend_name, name, arg_info, flags) ZEND_FENTRY(zend_name, name, arg_info, flag… argument
93 #define ZEND_ME_MAPPING(name, func_name, arg_info, flags) ZEND_RAW_FENTRY(#name, zif_##func_name, a… argument
102 #define ZEND_NS_NAMED_FE(ns, zend_name, name, arg_info) ZEND_NS_RAW_FENTRY(ns, #zend_name, name, ar… argument
103 #define ZEND_NS_FE(ns, name, arg_info) ZEND_NS_RAW_FENTRY(ns, #name, zif_##name, arg_info, 0) argument
[all …]
H A Dzend_opcode.c132 zend_internal_arg_info *arg_info = function->arg_info - 1; in zend_free_internal_arg_info() local
580 zend_arg_info *arg_info = op_array->arg_info; in destroy_op_array() local
H A Dzend_compile.h435 zend_arg_info *arg_info; member
490 zend_internal_arg_info *arg_info; member
514 zend_arg_info *arg_info; /* index -1 represents the return value info, if any */ member
984 #define ZEND_ARG_SEND_MODE(arg_info) \ argument
986 #define ZEND_ARG_IS_VARIADIC(arg_info) \ argument
988 #define ZEND_ARG_IS_PROMOTED(arg_info) \ argument
990 #define ZEND_ARG_TYPE_IS_TENTATIVE(arg_info) \ argument
H A Dzend_execute.c655 const zend_function *zf, const zend_arg_info *arg_info, zval *value, in zend_verify_type_error_common()
678 const zend_function *zf, const zend_arg_info *arg_info, uint32_t arg_num, zval *value) in zend_verify_arg_error()
1130 zend_function *zf, zend_arg_info *arg_info, uint32_t arg_num, zval *arg, void **cache_slot) in zend_verify_variadic_arg_type()
1305 const zend_arg_info *arg_info = &zf->common.arg_info[-1]; in zend_verify_return_error() local
1332 const zend_arg_info *arg_info = &zf->common.arg_info[-1]; in zend_verify_internal_return_error() local
4961 zend_arg_info *arg_info = &fbc->op_array.arg_info[i]; in zend_get_arg_offset_by_name() local
4970 zend_internal_arg_info *arg_info = &fbc->internal_function.arg_info[i]; in zend_get_arg_offset_by_name() local
5137 zend_internal_arg_info *arg_info = &fbc->internal_function.arg_info[i]; in zend_handle_undef_args() local
H A Dzend_closures.c549 struct _zend_arg_info *arg_info = closure->func.common.arg_info; in zend_closure_get_debug_info() local
H A Dzend_inheritance.c816 smart_str *str, zend_class_entry *scope, zend_arg_info *arg_info, bool return_hint) /* {{{ */ in zend_append_type_hint()
853 zend_arg_info *arg_info = fptr->common.arg_info; in zend_get_function_declaration() local
H A Dzend_API.c450 zend_arg_info *arg_info = &func->common.arg_info[arg_offset]; in zend_null_arg_deprecated() local
2790 zend_internal_arg_info *arg_info = &reg_function->internal_function.arg_info[i]; in ZEND_END_ARG_INFO() local
2811 zend_arg_info *arg_info = reg_function->common.arg_info - 1; in ZEND_END_ARG_INFO() local
4897 zval *default_value_zval, zend_internal_arg_info *arg_info) in zend_get_default_from_internal_arg_info()
H A Dzend_object_handlers.c1236 static const zend_arg_info arg_info[1] = {{0}}; in zend_get_call_trampoline_func() local
H A Dzend.c647 zend_arg_info *arg_info = old_func->common.arg_info - 1; in function_copy_ctor() local
H A Dzend_vm_def.h5573 zend_arg_info *arg_info = &EX(func)->common.arg_info[arg_num - 1]; variable
5606 zend_arg_info *arg_info = &EX(func)->common.arg_info[EX(func)->common.num_args]; variable
H A Dzend_compile.c3481 zend_arg_info *arg_info = &fn->op_array.arg_info[i]; in zend_get_arg_num() local
3488 zend_internal_arg_info *arg_info = &fn->internal_function.arg_info[i]; in zend_get_arg_num() local
6678 zend_arg_info *arg_info; in zend_compile_params() local
H A Dzend_vm_execute.h3849 zend_arg_info *arg_info = &EX(func)->common.arg_info[arg_num - 1]; in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local
3882 zend_arg_info *arg_info = &EX(func)->common.arg_info[EX(func)->common.num_args]; in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local
/PHP-8.1/Zend/Optimizer/
H A Dzend_call_graph.h42 zend_send_arg_info arg_info[1]; member
H A Dcompact_literals.c60 zend_arg_info *arg_info; in type_num_classes() local
H A Dzend_inference.c2381 ZEND_API uint32_t zend_fetch_arg_info_type(const zend_script *script, zend_arg_info *arg_info, zend… in zend_fetch_arg_info_type()
3238 zend_arg_info *arg_info = &op_array->arg_info[opline->op1.num-1]; in _zend_update_type_info() local
4561 zend_arg_info *arg_info; in zend_mark_cv_references() local
H A Ddfa_pass.c295 zend_arg_info *arg_info = &op_array->arg_info[-1]; in can_elide_return_type_check() local
/PHP-8.1/ext/opcache/
H A Dzend_persist.c439 zend_arg_info *arg_info = op_array->arg_info; in zend_persist_op_array_ex() local
615 zend_arg_info *arg_info = op_array->arg_info; in zend_persist_op_array_ex() local
H A Dzend_persist_calc.c245 zend_arg_info *arg_info = op_array->arg_info; in zend_persist_op_array_calc_ex() local
H A DZendAccelerator.c619 zend_arg_info *arg_info = Z_FUNC(p->val)->common.arg_info - 1; in accel_copy_permanent_strings() local
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c493 zend_arg_info *arg_info; in zend_jit_trace_send_type() local
513 const zend_internal_arg_info *arg_info = &func->internal_function.arg_info[arg_num]; in zend_jit_needs_arg_dtor() local
1542 zend_arg_info *arg_info = &op_array->arg_info[i]; in zend_jit_trace_build_tssa() local
1993 zend_arg_info *arg_info; in zend_jit_trace_build_tssa() local
2336 zend_arg_info *arg_info = &op_array->arg_info[i]; in zend_jit_trace_build_tssa() local
H A Dzend_jit.c490 zend_arg_info *arg_info = func->op_array.arg_info + num_args; in skip_valid_arguments() local
2797 zend_arg_info *arg_info; in zend_jit() local
H A Dzend_jit_helpers.c1811 static bool ZEND_FASTCALL zend_jit_verify_arg_slow(zval *arg, zend_arg_info *arg_info) in zend_jit_verify_arg_slow()
1825 …jit_verify_return_slow(zval *arg, const zend_op_array *op_array, zend_arg_info *arg_info, void **c… in zend_jit_verify_return_slow()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c136 struct _zend_arg_info *arg_info; member
664 static void _parameter_string(smart_str *str, zend_function *fptr, struct _zend_arg_info *arg_info,… in _parameter_string()
715 struct _zend_arg_info *arg_info = fptr->common.arg_info; in _function_parameter_string() local
1295 …parameter_factory(zend_function *fptr, zval *closure_object, struct _zend_arg_info *arg_info, uint… in reflection_parameter_factory()
2120 struct _zend_arg_info *arg_info; in ZEND_METHOD() local
2386 struct _zend_arg_info *arg_info; in ZEND_METHOD() local

Completed in 568 milliseconds