php-src/Zend/tests/variadic
Gabriel Caruso ce1d69a1f6 Use int instead of integer in type errors
PHP requires integer typehints to be written "int" and does not
allow "integer" as an alias. This changes type error messages to
match the actual type name and avoids confusing messages like
"must be of the type integer, integer given".
2018-02-04 19:08:23 +01:00
..
adding_additional_optional_parameter.phpt
adding_additional_optional_parameter_error.phpt Add nullable parameter types 2016-05-05 11:53:32 -06:00
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 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