php-src/Zend/tests/named_params
Nikita Popov 6fb3d92525 Fixed bug #80334
If assert() was called with named args, add description as named
arg as well.
2020-11-09 10:19:32 +01:00
..
__call.phpt
__invoke.phpt
assert.phpt Fixed bug #80334 2020-11-09 10:19:32 +01:00
attributes_duplicate_named_param.phpt Change Attribute Syntax from @@ to #[] 2020-09-02 20:26:50 +02:00
attributes_named_flags_incorrect.phpt Change Attribute Syntax from @@ to #[] 2020-09-02 20:26:50 +02:00
attributes_named_flags.phpt Change Attribute Syntax from @@ to #[] 2020-09-02 20:26:50 +02:00
attributes_positional_after_named.phpt Change Attribute Syntax from @@ to #[] 2020-09-02 20:26:50 +02:00
attributes.phpt Change Attribute Syntax from @@ to #[] 2020-09-02 20:26:50 +02:00
backtrace.phpt
basic.phpt
call_user_func_array.phpt
call_user_func.phpt Correctly report failure in zend_handle_undef_args() 2020-08-31 10:37:55 +02:00
cannot_pass_by_ref.phpt Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
ctor_extra_named_args.phpt Don't allow passing unknown named params to class without ctor 2020-10-23 09:46:55 +02:00
defaults.phpt
duplicate_param.phpt
func_get_args.phpt
internal_variadics.phpt
internal.phpt
missing_param.phpt Update array parameter names for named parameters 2020-09-14 14:56:49 +00:00
positional_after_named.phpt
references.phpt
reserved.phpt
runtime_cache_init.phpt Fix uninitialized run-time cache when resolving named param defaults 2020-09-15 16:51:56 +02:00
undef_var.phpt Fix passing of undef var to named arg 2020-08-26 11:53:02 +02:00
unknown_named_param.phpt Fix memory leak on unknown named param in iterator unpack 2020-08-26 12:19:17 +02:00
unpack_and_named_1.phpt
unpack_and_named_2.phpt
unpack.phpt
variadic.phpt