Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 228 | -228/+228 |
* | Separate slow path with make_real_object() and related code into "cold" funct... | Dmitry Stogov | 2018-02-20 | 1 | -2/+0 |
* | Remove empty sections in tests | Gabriel Caruso | 2018-02-14 | 1 | -1/+0 |
* | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 2 | -14/+14 |
* | Fix some misspellings | Gabriel Caruso | 2018-02-06 | 8 | -10/+10 |
* | Use bool instead of boolean while throwing a type error | Gabriel Caruso | 2018-02-04 | 8 | -70/+70 |
* | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 33 | -111/+111 |
* | Remove some references to E_STRICT in tests | Nikita Popov | 2018-02-03 | 23 | -42/+12 |
* | Remove superfluous SKIPIF sections in Zend tests | Gabriel Caruso | 2018-02-03 | 12 | -30/+4 |
* | Use %d when expecting line number in tests | Gabriel Caruso | 2018-02-02 | 5 | -5/+5 |
* | Merge branch 'PHP-7.2' | Nikita Popov | 2018-01-15 | 2 | -0/+75 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-15 | 2 | -0/+75 |
| |\ | |||||
| | * | Fixed bug #75079 | Nikita Popov | 2018-01-15 | 2 | -0/+75 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-01-13 | 1 | -0/+27 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-13 | 1 | -0/+27 |
| |\ \ | | |/ | |||||
| | * | Fix generator GC if yield from parent chain does not reach root | Nikita Popov | 2018-01-13 | 1 | -0/+27 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-01-12 | 1 | -0/+22 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-12 | 1 | -0/+22 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75396 | Nikita Popov | 2018-01-12 | 1 | -0/+22 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-01-09 | 1 | -0/+18 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-09 | 1 | -0/+18 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75786 | Nikita Popov | 2018-01-09 | 1 | -0/+18 |
* | | | Merge branch 'instanceof-const' of https://github.com/nikic/php-src | Xinchen Hui | 2018-01-03 | 2 | -11/+10 |
|\ \ \ | |||||
| * | | | Return false for instanceof on literal | Nikita Popov | 2017-12-19 | 2 | -11/+10 |
* | | | | Add _IS_NUMBER as cast_object() target type | Nikita Popov | 2017-12-26 | 4 | -7/+7 |
* | | | | Fixed bug #54043 | Nikita Popov | 2017-12-23 | 1 | -0/+20 |
|/ / / | |||||
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-12-16 | 2 | -0/+61 |
|\ \ \ | |/ / | |||||
| * | | Fix #75607 - Check if existing static trait property is a ref before comparing | Pedro Magalhães | 2017-12-16 | 2 | -0/+61 |
* | | | Implement list() reference assignments | David Walker | 2017-12-09 | 12 | -14/+547 |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2017-11-29 | 1 | -0/+64 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-11-29 | 1 | -0/+64 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26) | Xinchen Hui | 2017-11-29 | 1 | -0/+64 |
* | | | 63911: Compare opcodes of the op_array to determine different functions | Pedro Magalhães | 2017-11-22 | 1 | -0/+26 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-11-15 | 2 | -0/+89 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-11-15 | 2 | -0/+89 |
| |\ \ | | |/ | |||||
| | * | Fixed #74862: Unable to clone instance when private __clone defined | DanielCiochiu | 2017-11-15 | 2 | -0/+89 |
* | | | Allow trailing commas in function and method calls | Sammy Kaye Powers | 2017-11-06 | 5 | -0/+129 |
* | | | Fix #74922 - Try to resolve constants when importing trait properties | Pedro Magalhães | 2017-11-02 | 5 | -0/+76 |
* | | | Fixed string interning during constants substitution | Dmitry Stogov | 2017-11-01 | 1 | -0/+12 |
* | | | Revert "Fixed string interning during constants substitution" | Dmitry Stogov | 2017-11-01 | 1 | -12/+0 |
* | | | Fixed string interning during constants substitution | Dmitry Stogov | 2017-11-01 | 1 | -0/+12 |
* | | | Fix gc_029_zts.phpt test | Nikita Popov | 2017-10-30 | 2 | -39/+0 |
* | | | Merge branch 'PHP-7.2' | Dmitry Stogov | 2017-10-26 | 8 | -0/+162 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-10-26 | 8 | -0/+162 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-10-26 | 8 | -0/+162 |
| | |\ | |||||
| | | * | Fixed indirect modification of magic ArrayAccess method arguments | Dmitry Stogov | 2017-10-26 | 8 | -0/+162 |
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-10-26 | 2 | -0/+34 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-10-26 | 2 | -0/+34 |
| | |\ \ | | | |/ | |||||
| | | * | Backport tests | Dmitry Stogov | 2017-10-26 | 2 | -0/+34 |
* | | | | Restore object copying on magic method calls (It was removed in master only). | Dmitry Stogov | 2017-10-26 | 2 | -0/+34 |