php-src/Zend/tests/arrow_functions
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
..
001.phpt
002.phpt Improve undefined variable error messages 2020-03-31 13:02:32 +02:00
003.phpt Improve undefined variable error messages 2020-03-31 13:02:32 +02:00
004.phpt
005.phpt
006.phpt Make argument type error message consistent for variadics 2020-09-11 17:16:19 +02:00
007.phpt Default assert.exception to 1 2020-08-02 13:39:35 -06:00
008.phpt