This website requires JavaScript.
Explore
Help
Register
Sign in
archive
/
php-src
Watch
1
Star
0
Fork
You've already forked php-src
0
mirror of
https://github.com/php/php-src.git
synced
2025-08-18 15:08:55 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
b061fa909d
php-src
/
Zend
/
tests
/
variadic
History
Download ZIP
Download TAR.GZ
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.phpt
adding_additional_optional_parameter_error.phpt
basic.phpt
by_ref.phpt
by_ref_error.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