summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix bug #67064 in a BC safe way"Bob Weinand2014-07-301-17/+0
* Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-07-301-0/+25
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Tjerk Meesters2014-07-301-0/+25
| |\
| | * Fixed bug #67693 - incorrect push to the empty arrayTjerk Meesters2014-07-301-0/+25
| * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-04-131-17/+0
| |\ \ | | |/
| | * Reverted to 5a0da281e5a9fa02db18b4822d8b103c65849fa9Bob Weinand2014-04-131-17/+0
* | | Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2014-04-131-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-04-131-1/+1
| |\ \ | | |/
| | * Forgot title in phpt for bug #67064Bob Weinand2014-04-131-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2014-04-131-0/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-04-131-0/+17
| |\ \ | | |/
| | * Fix bug #67064 in a BC safe wayBob Weinand2014-04-131-0/+17
* | | Merge branch 'PHP-5.6' of https://git.php.net/push/php-src into PHP-5.6Xinchen Hui2013-12-155-89/+159
|\ \ \ | |/ / |/| |
| * | Allow $num=0 in array_fill()Nikita Popov2013-11-123-87/+54
| * | Using only two constants to signal use type intent.Tjerk Meesters2013-09-281-1/+1
| * | added bitmask variationdatibbaw2013-09-281-1/+34
| * | fixed test case to pass on other systems than my ownTjerk Anne Meesters2013-09-281-2/+2
| * | added use_keys argument to array_filter()datibbaw2013-09-282-2/+72
* | | Fix tests expecting specific resource IDsEric Stenson2013-12-151-0/+0
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-2/+2
|\ \ | |/
| * non living code related typo fixesVeres Lajos2013-08-041-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-07-211-0/+10
|\ \ | |/
| * Fixed bug #65304 (Use of max int in array_sum)Xinchen Hui2013-07-211-0/+10
| * typo fixesVeres Lajos2013-07-159-11/+11
* | typo fixesVeres Lajos2013-07-159-11/+11
* | 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