summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array
Commit message (Expand)AuthorAgeFilesLines
* array_column: Changing integer in test output to use %dBen Ramsey2013-07-061-2/+2
* Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-06-261-2/+2
|\
| * - Fixed testFelipe Pena2013-06-261-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-06-261-0/+251
|\ \ | |/
| * add new testAndrey Hristov2013-06-261-0/+251
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-06-121-0/+2
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-06-121-0/+2
| |\
| | * ensure the error_reporting level to get expected noticeAnatol Belski2013-06-121-0/+2
| * | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-1029-33/+33
* | | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-1029-33/+33
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-105-6/+6
|\ \ \ | |/ /
| * | typo fixes (argument)Veres Lajos2013-06-105-6/+6
* | | array_column() - Use entire subject array when NULL passed for second param.Sara Golemon2013-04-221-0/+85
* | | 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-212-18/+13
* | | Fixed bug parameter is casted to string of array_columnXinchen Hui2013-04-011-0/+52
* | | Merge branch 'pull-request/257' into PHP-5.5David Soria Parra2013-03-202-0/+405
|\ \ \
| * | | array_column: Removed array_pluck() aliasBen Ramsey2013-01-142-405/+0
| * | | array_column: Set array_pluck as an alias for array_columnBen Ramsey2013-01-112-0/+405
| * | | array_column: Implement ability to specify an index columnBen Ramsey2013-01-112-23/+156
| * | | array_column: Adding test for IS_OBJECT and converting object to stringBen Ramsey2013-01-111-0/+21
| * | | array_column: Improved testsBen Ramsey2013-01-112-3/+85
| * | | Fixing typo in test for array_column()Ben Ramsey2013-01-111-1/+1
| * | | Adding test for columns not present in all rows for array_column().Ben Ramsey2013-01-111-0/+13
| * | | Adding tests for the negative results of array_column()Ben Ramsey2013-01-111-0/+18
| * | | Implement new array function array_column()Ben Ramsey2013-01-111-0/+138
| | |/ | |/|
* | | Typo fix: recieved to receivedCarson McDonald2013-03-071-1/+1
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-1017-0/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1017-0/+0
| |\ \ | | |/
| | * Remove executable permission on phptXinchen Hui2012-10-1018-0/+0
* | | remove remaining traces of unicode.* ini settingsNuno Lopes2012-05-272-6/+0
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-05-061-0/+37
|\ \ | |/
| * Change the test folderXinchen Hui2012-05-061-0/+37
| * Fix bug #52719: array_walk_recursive crashes if third param of the function i...Nikita Popov2012-03-021-0/+15
| * Unbreak these tests - please be careful with your Windows-based editors thatRasmus Lerdorf2012-02-124-43/+22
| * Improved fix for #61058, and add test scriptXinchen Hui2012-02-121-0/+8
| * Fix bug #60933 (Testing asort with SORT_LOCALE_STRING fails on Mac OS X 10.6)...Adam Harvey2012-02-031-2/+2
| * - skip on winPierre Joye2011-12-131-1/+6
| * - skip on winPierre Joye2011-12-121-4/+12
| * - skip on winPierre Joye2011-12-121-0/+5
| * - skip on winPierre Joye2011-12-121-0/+5
| * - skip on winPierre Joye2011-12-121-7/+18
| * - skip on winPierre Joye2011-12-121-7/+18
| * - skip on winPierre Joye2011-12-121-7/+18
| * - skip on winPierre Joye2011-12-121-0/+5
| * Implement FR #54459 (Range function accuracy) by changing the way range()Adam Harvey2011-04-061-0/+215
| * Fix duplicated test.Adam Harvey2011-04-061-8/+0
| * Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-2/+2
| * Fixed bug 48484 (array_product() always returns 0 for an empty array).Ilia Alshanetsky2010-12-123-2/+18