php-src/Zend/tests/function_arguments
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
..
argument_count_correct.phpt
argument_count_correct_strict.phpt
argument_count_incorrect_internal.phpt Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
argument_count_incorrect_internal_strict.phpt Allow array_diff() and array_intersect() with single array argument 2020-09-09 11:03:17 +02:00
argument_count_incorrect_userland.phpt
argument_count_incorrect_userland_strict.phpt
call_with_leading_comma_error.phpt
call_with_multi_inner_comma_error.phpt
call_with_multi_trailing_comma_error.phpt
call_with_only_comma_error.phpt
call_with_trailing_comma_basic.phpt
variadic_argument_type_error.phpt Make argument type error message consistent for variadics 2020-09-11 17:16:19 +02:00