summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_keys_error.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Convert "Illegal offset type" warnings to exceptionsNikita Popov2019-09-271-29/+0
|
* Adjust tests for zpp TypeError changeNikita Popov2019-03-111-20/+7
|
* Use int instead of integer in type errorsGabriel Caruso2018-02-041-1/+1
| | | | | | | 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".
* Fix tests to account for warnings moved from RT to CTNikita Popov2014-08-151-1/+1
|
* - Fix testsJani Taskinen2007-11-021-5/+5
| | | | | - Update README.PARAMETER_PARSING_API
* MFH: split the testAntony Dovgal2007-07-131-0/+42