1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
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
Ilia Alshanetsky 2199624ad1 WS 2007-12-11 18:30:01 +00:00
Jani Taskinen a541bb8078 - Fix tests
- Update README.PARAMETER_PARSING_API
2007-11-02 19:41:12 +00:00
Robert Nicholson 250cee6329 Remove unneeded INI sections 2007-10-26 16:09:34 +00:00
Robert Nicholson 9e761076b8 new testcases for array_splice 2007-10-26 11:07:13 +00:00