mirror of
https://github.com/php/php-src.git
synced 2024-12-18 14:30:35 +08:00
b7fe1b66d0
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. |
||
---|---|---|
.. | ||
001.phpt | ||
002.phpt | ||
003.phpt | ||
004.phpt | ||
005.phpt | ||
006.phpt | ||
007.phpt | ||
008.phpt |