php-src/Zend/tests/variadic
Nikita Popov e7d0ca39e5 Preserve VARIADIC flag for Closure::__invoke()
The 13 arguments are for the benefit of PHP 7, where the first
twelve use the bitmask.
2015-05-29 11:07:23 +02:00
..
adding_additional_optional_parameter_error.phpt
adding_additional_optional_parameter.phpt
basic.phpt
by_ref_error.phpt
by_ref.phpt
closure_invoke.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
typehint_suppressed_error.phpt
variadic_changed_byref_error.phpt
variadic_changed_typehint_error.phpt
variadic_implements_non_variadic.phpt