Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ZPP check for string|int|null arguments in array_column() | George Peter Banyard | 2020-05-02 | 1 | -60/+0 |
| | |||||
* | Improve some TypeError and ValueError messages | Máté Kocsis | 2020-04-14 | 1 | -4/+4 |
| | | | | Closes GH-5377 | ||||
* | Promote warnings to errors in array_column() | George Peter Banyard | 2019-08-22 | 1 | -19/+29 |
| | |||||
* | Adjust tests for zpp TypeError change | Nikita Popov | 2019-03-11 | 1 | -32/+0 |
| | |||||
* | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 1 | -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_column | Sara Golemon | 2013-04-21 | 1 | -16/+0 |
| | | | | Also fix resource test to not localize __FILE__ to cwd. | ||||
* | array_column: Implement ability to specify an index column | Ben Ramsey | 2013-01-11 | 1 | -20/+36 |
| | |||||
* | array_column: Improved tests | Ben Ramsey | 2013-01-11 | 1 | -0/+82 |