php-src/Zend/tests/function_arguments
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
..
argument_count_correct.phpt
argument_count_correct_strict.phpt
argument_count_incorrect_internal.phpt
argument_count_incorrect_internal_strict.phpt
argument_count_incorrect_userland.phpt
argument_count_incorrect_userland_strict.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
call_with_leading_comma_error.phpt
call_with_multi_inner_comma_error.phpt
call_with_multi_trailing_comma_error.phpt
call_with_only_comma_error.phpt
call_with_trailing_comma_basic.phpt