php-src/Zend/tests/variadic
Nikita Popov f3e5bbe6f3 Implement arrow functions
Per RFC: https://wiki.php.net/rfc/arrow_functions_v2

Co-authored-by: Levi Morrison <levim@php.net>
Co-authored-by: Bob Weinand <bobwei9@hotmail.com>
2019-05-02 15:04:03 +02:00
..
adding_additional_optional_parameter_error.phpt Add nullable parameter types 2016-05-05 11:53:32 -06:00
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 Implement arrow functions 2019-05-02 15:04:03 +02:00
removing_parameter_error.phpt
typehint_error.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
typehint_suppressed_error.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
variadic_changed_byref_error.phpt
variadic_changed_typehint_error.phpt
variadic_implements_non_variadic.phpt