php-src/Zend/tests/variadic
Nikita Popov b7fe1b66d0 Make argument type error message consistent for variadics
If an argument error refers to a variadic argument, we normally
do not print the name of the variadic (as it is not referring to
an individual argument, but to the collection of all of them).
However, this was not the case for the userland argument type
error message, which did it's own formatting.

Closes GH-6101.
2020-09-11 17:16:19 +02:00
..
adding_additional_optional_parameter_error.phpt Improve the default value format in incompatible signature error messages 2020-04-10 22:50:33 +02:00
adding_additional_optional_parameter.phpt
basic.phpt
by_ref_error.phpt Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
by_ref.phpt
closure_invoke.phpt
illegal_variadic_override_ref.phpt
illegal_variadic_override_type.phpt
legal_variadic_override.phpt
no_default_error.phpt
non_variadic_implements_variadic_error.phpt
only_last_error.phpt
optional_params.phpt
removing_parameter_error.phpt
typehint_error.phpt Make argument type error message consistent for variadics 2020-09-11 17:16:19 +02:00
typehint_suppressed_error.phpt Make argument type error message consistent for variadics 2020-09-11 17:16:19 +02:00
variadic_changed_byref_error.phpt
variadic_changed_typehint_error.phpt
variadic_implements_non_variadic.phpt