summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15248-316/+165
* Trim trailing whitespace in *.phptPeter Kokot2018-10-14726-2041/+2041
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-231-17/+9
|\
| * Simplify regression testChristoph M. Becker2018-08-231-17/+9
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-221-1/+1
|\ \ | |/
| * Increase memory_limit to prevent test failuresChristoph M. Becker2018-08-221-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-221-0/+26
|\ \ | |/
| * Fix #76778: array_reduce leaks memory if callback throws exceptionChristoph M. Becker2018-08-221-0/+26
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-07-241-0/+66
|\ \ | |/
| * Fixed bug #68553 (array_column: null values in $index_key become incrementing...Xinchen Hui2018-07-241-0/+66
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-06-212-1/+34
|\ \ | |/
| * Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys)Xinchen Hui2018-06-212-1/+34
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-06-041-3/+11
|\ \ | |/
| * Fix bug #76390 - do not allow invalid strings in range()Stanislav Malyshev2018-06-041-3/+11
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-03-051-18/+0
|\ \ | |/
| * Revert "Fixed bug #75961 (Strange references behavior)"Nikita Popov2018-03-051-18/+0
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-02-171-0/+18
|\ \ | |/
| * Fixed bug #75961 (Strange references behavior)Xinchen Hui2018-02-171-0/+18
* | Fixed bug #75653Nikita Popov2018-01-121-0/+20
* | Don't optimize input arrays with suffix holesSara Golemon2017-10-271-0/+17
* | Optimize array_unique()Nikita Popov2017-08-011-16/+0
* | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | Merge branch 'PHP-7.1'Sara Golemon2017-05-101-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-05-101-1/+1
| |\
| | * Remove typo from test headerSara Golemon2017-05-101-1/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2017-04-022-0/+35
|\ \ \ | |/ /
| * | Fixed bug #74361Nikita Popov2017-04-022-0/+35
* | | Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecationRowan Collins2017-03-234-4/+4
* | | Minor optimizations to array_keys()/array_values()Sara Golemon2017-03-141-0/+84
* | | Deprecate each()Nikita Popov2017-02-038-5/+19
* | | Deprecate create_function()Nikita Popov2017-02-036-27/+47
* | | Remove zend_version() checks from testsNikita Popov2017-01-302-440/+4
* | | Add test for buf #65251Nikita Popov2017-01-081-0/+10
* | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-2411-97/+97
* | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-202-2/+2
* | | Add expectations for invalid count() warningsCraig Duncan2016-11-176-81/+423
* | | Add tests for invalid count() operationsCraig Duncan2016-11-171-0/+42
* | | Convert numeric keys in object/array castsAndrea Faulds2016-11-141-2/+2
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-10-201-0/+31
|\ \ | |/
| * Fix bug #71241: array_replace_recursive mutates ref paramsAdam Saponara2016-10-201-0/+31
* | add extra test to protected behavior of compact and array string key orderMárcio Almada2016-09-011-0/+25
* | fix unintentional bc break with compact('this') behaviorMárcio Almada2016-09-012-0/+71
* | Fix memory unsafety in array_walk()Nikita Popov2016-07-306-4/+126
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-07-291-0/+38
|\ \ | |/
| * Fix ref handling in array_merge/replace_recursive()Nikita Popov2016-07-291-0/+38
* | Merge branch 'PHP-7.0'Xinchen Hui2016-07-201-0/+34
|\ \ | |/
| * Fixed bug #72622 (array_walk + array_replace_recursive create references from...Xinchen Hui2016-07-201-0/+34
* | Improve array_rand distributionLeigh2016-07-061-1/+3