summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_column_error.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Use ZPP check for string|int|null arguments in array_column()George Peter Banyard2020-05-021-60/+0
|
* Improve some TypeError and ValueError messagesMáté Kocsis2020-04-141-4/+4
| | | | Closes GH-5377
* Promote warnings to errors in array_column()George Peter Banyard2019-08-221-19/+29
|
* Adjust tests for zpp TypeError changeNikita Popov2019-03-111-32/+0
|
* 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 handling of double keys in array_columnSara Golemon2013-04-211-16/+0
| | | | Also fix resource test to not localize __FILE__ to cwd.
* array_column: Implement ability to specify an index columnBen Ramsey2013-01-111-20/+36
|
* array_column: Improved testsBen Ramsey2013-01-111-0/+82