Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 439 | -937/+937 |
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+1 |
* | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-09-16 | 2 | -2/+2 |
* | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-23 | 1 | -17/+9 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-23 | 1 | -17/+9 |
| |\ | |||||
| | * | Simplify regression test | Christoph M. Becker | 2018-08-23 | 1 | -17/+9 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-22 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-22 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Increase memory_limit to prevent test failures | Christoph M. Becker | 2018-08-22 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-22 | 1 | -0/+26 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-22 | 1 | -0/+26 |
| |\ \ | | |/ | |||||
| | * | Fix #76778: array_reduce leaks memory if callback throws exception | Christoph M. Becker | 2018-08-22 | 1 | -0/+26 |
* | | | Make array parsing parameters error messages consistency with ZPP failure | Gabriel Caruso | 2018-08-19 | 52 | -1653/+1653 |
* | | | Fixed bug #76713 (Segmentation fault caused by property corruption) | Xinchen Hui | 2018-08-07 | 1 | -0/+39 |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-07-24 | 1 | -0/+66 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-07-24 | 1 | -0/+66 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #68553 (array_column: null values in $index_key become incrementing... | Xinchen Hui | 2018-07-24 | 1 | -0/+66 |
* | | | Add implementation and tests for new methods - array_key_first(array $a) Retu... | Enno Woortmann | 2018-07-17 | 6 | -0/+644 |
* | | | Export stdClass objects using (object) cast (fixes #48016) | Andrea Faulds | 2018-07-12 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-06-21 | 2 | -1/+34 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-06-21 | 2 | -1/+34 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys) | Xinchen Hui | 2018-06-21 | 2 | -1/+34 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-06-04 | 1 | -3/+11 |
| |\ \ | | |/ | |||||
| | * | Fix bug #76390 - do not allow invalid strings in range() | Stanislav Malyshev | 2018-06-04 | 1 | -3/+11 |
* | | | Report unknown variables passed to compact() | Gabriel Caruso | 2018-06-19 | 4 | -9/+18 |
* | | | Fix bug #76390 - do not allow invalid strings in range() | Stanislav Malyshev | 2018-06-04 | 1 | -3/+11 |
* | | | Remove redundant warning in array_push() and array_unshift() | timurib | 2018-03-25 | 5 | -17/+66 |
* | | | Fixed a behavior break introduced by d7f2dc4ec651628e10213625db6aee3559e214a9 | Dmitry Stogov | 2018-03-22 | 1 | -0/+20 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-03-05 | 1 | -18/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-03-05 | 1 | -18/+0 |
| |\ \ | | |/ | |||||
| | * | Revert "Fixed bug #75961 (Strange references behavior)" | Nikita Popov | 2018-03-05 | 1 | -18/+0 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 374 | -363/+363 |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-02-17 | 1 | -0/+18 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-02-17 | 1 | -0/+18 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75961 (Strange references behavior) | Xinchen Hui | 2018-02-17 | 1 | -0/+18 |
* | | | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 1 | -1/+1 |
* | | | Fix some misspellings | Gabriel Caruso | 2018-02-06 | 1 | -1/+1 |
* | | | Use bool instead of boolean while throwing a type error | Gabriel Caruso | 2018-02-04 | 43 | -266/+266 |
* | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 76 | -439/+439 |
* | | | Remove superfluous SKIPIF sections in more tests | Gabriel Caruso | 2018-02-04 | 4 | -25/+10 |
* | | | Use %d when expecting line number in tests | Gabriel Caruso | 2018-02-02 | 1 | -3/+3 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-01-12 | 1 | -0/+20 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #75653 | Nikita Popov | 2018-01-12 | 1 | -0/+20 |
* | | | Merge branch 'PHP-7.2' | Sara Golemon | 2017-10-27 | 1 | -0/+17 |
|\ \ \ | |/ / | |||||
| * | | Don't optimize input arrays with suffix holes | Sara Golemon | 2017-10-27 | 1 | -0/+17 |
* | | | Refactored recursion pretection | Dmitry Stogov | 2017-10-06 | 2 | -5/+1 |
* | | | Fix typo retuns to returns | tbpgr | 2017-08-25 | 7 | -7/+7 |
|/ / | |||||
* | | Optimize array_unique() | Nikita Popov | 2017-08-01 | 1 | -16/+0 |
* | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.1' | Sara Golemon | 2017-05-10 | 1 | -1/+1 |
|\ \ | |/ |