summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_column_basic.phpt
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-241-6/+0
* Reindent phpt filesNikita Popov2020-02-031-50/+50
* array_column: Changing integer in test output to use %dBen Ramsey2013-07-061-2/+2
* Allow array_column() to take -1 as a valid value in third paramSara Golemon2013-04-221-1/+10
* Harden array_column_basic.phpt against resource renumbering.Sara Golemon2013-04-221-2/+2
* Fix handling of double keys in array_columnSara Golemon2013-04-211-2/+13
* array_column: Implement ability to specify an index columnBen Ramsey2013-01-111-3/+120
* array_column: Adding test for IS_OBJECT and converting object to stringBen Ramsey2013-01-111-0/+21
* array_column: Improved testsBen Ramsey2013-01-111-0/+169