summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-06-071-0/+99
|\
| * Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)Dmitry Stogov2019-06-071-0/+99
* | Fixed bug #77931Nikita Popov2019-04-231-0/+16
* | Fixed bug #77793Nikita Popov2019-03-251-0/+18
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-281-0/+35
|\ \ | |/
| * Fixed bug #77669Nikita Popov2019-02-281-0/+35
* | Fix tests bareword fallback with error suppressionGuilliam Xavier2019-02-1113-218/+198
* | Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2019-01-021-0/+16
|\ \ | |/
| * Fixed bug #77395 (segfault about array_multisort)Xinchen Hui2019-01-021-0/+16
| * 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
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15242-310/+160
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-14724-2028/+2028
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-231-17/+9
|\ \ | |/
| * 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.2' into PHP-7.3Christoph M. Becker2018-08-221-1/+1
|\ \ \ | |/ /
| * | 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.2' into PHP-7.3Christoph M. Becker2018-08-221-0/+26
|\ \ \ | |/ /
| * | 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
* | | Make array parsing parameters error messages consistency with ZPP failureGabriel Caruso2018-08-1952-1653/+1653
* | | Fixed bug #76713 (Segmentation fault caused by property corruption)Xinchen Hui2018-08-071-0/+39
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-07-241-0/+66
|\ \ \ | |/ /
| * | 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
* | | Add implementation and tests for new methods - array_key_first(array $a) Retu...Enno Woortmann2018-07-176-0/+644
* | | Export stdClass objects using (object) cast (fixes #48016)Andrea Faulds2018-07-121-2/+2
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-06-212-1/+34
|\ \ \ | |/ /
| * | 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
* | | Report unknown variables passed to compact()Gabriel Caruso2018-06-194-9/+18
* | | Fix bug #76390 - do not allow invalid strings in range()Stanislav Malyshev2018-06-041-3/+11
* | | Remove redundant warning in array_push() and array_unshift()timurib2018-03-255-17/+66
* | | Fixed a behavior break introduced by d7f2dc4ec651628e10213625db6aee3559e214a9Dmitry Stogov2018-03-221-0/+20
* | | Merge branch 'PHP-7.2'Nikita Popov2018-03-051-18/+0
|\ \ \ | |/ /
| * | 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
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-20374-363/+363
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-02-171-0/+18
|\ \ \ | |/ /
| * | 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
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-1/+1
* | | Fix some misspellingsGabriel Caruso2018-02-061-1/+1