summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array
Commit message (Expand)AuthorAgeFilesLines
* 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
| * - Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVER...Felipe Pena2010-11-191-0/+24
| * - Fixed bug #52534 (var_export array with negative key)Felipe Pena2010-08-041-0/+14
| * Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory i...Dmitry Stogov2010-06-111-0/+23
| * New current()/next() testChristopher Jones2010-05-201-0/+58
| * - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)Felipe Pena2010-04-024-135/+13
* | Fix bug #52719: array_walk_recursive crashes if third param of the function i...Nikita Popov2012-03-021-0/+15
* | MFH: Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)Xinchen Hui2012-03-021-0/+8
* | Fix bug #60933 on PHP_5_4 (approved by Stas).Adam Harvey2012-02-031-2/+2
* | - skip on winPierre Joye2011-12-131-1/+6
* | - skip on winPierre Joye2011-12-121-1/+6
* | - skip on winPierre Joye2011-12-121-0/+5
* | - skip on winPierre Joye2011-12-121-0/+5
* | - skip on winPierre Joye2011-12-121-1/+6
* | - skip on winPierre Joye2011-12-121-1/+6
* | - skip on winPierre Joye2011-12-121-1/+6
* | - skip on winPierre Joye2011-12-121-0/+5
* | - Fixed testsFelipe Pena2011-12-018-56/+56
* | Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-217-2/+242
* | add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functionsArpad Ray2011-08-2930-97/+1123
* | Implement FR #54459 (Range function accuracy) by changing the way range()Adam Harvey2011-04-061-0/+215
* | 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/+10
* | - Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVER...Felipe Pena2010-11-191-0/+24
* | Fixed bug #52940 (call_user_func_array still allows call-time pass-by-referen...Dmitry Stogov2010-10-011-1/+1
* | Implemented request #34857 (Change array_combine behaviour when called withAdam Harvey2010-08-274-12/+8
* | - Fixed bug #52534 (var_export array with negative key)Felipe Pena2010-08-041-0/+14
* | Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory i...Dmitry Stogov2010-06-111-0/+23
* | Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-242-0/+436