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_strict.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
argument_count_correct.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +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_internal.phpt Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
argument_count_incorrect_userland_strict.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
argument_count_incorrect_userland.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
call_with_leading_comma_error.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
call_with_multi_inner_comma_error.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
call_with_multi_trailing_comma_error.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
call_with_only_comma_error.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
call_with_trailing_comma_basic.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
variadic_argument_type_error.phpt Make argument type error message consistent for variadics 2020-09-11 17:16:19 +02:00