summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-20228-228/+228
* Separate slow path with make_real_object() and related code into "cold" funct...Dmitry Stogov2018-02-201-2/+0
* Remove empty sections in testsGabriel Caruso2018-02-141-1/+0
* Remove trailing whitespace in inc filesGabriel Caruso2018-02-102-14/+14
* Fix some misspellingsGabriel Caruso2018-02-068-10/+10
* Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-048-70/+70
* Use int instead of integer in type errorsGabriel Caruso2018-02-0433-111/+111
* Remove some references to E_STRICT in testsNikita Popov2018-02-0323-42/+12
* Remove superfluous SKIPIF sections in Zend testsGabriel Caruso2018-02-0312-30/+4
* Use %d when expecting line number in testsGabriel Caruso2018-02-025-5/+5
* Merge branch 'PHP-7.2'Nikita Popov2018-01-152-0/+75
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-01-152-0/+75
| |\
| | * Fixed bug #75079Nikita Popov2018-01-152-0/+75
* | | Merge branch 'PHP-7.2'Nikita Popov2018-01-131-0/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-01-131-0/+27
| |\ \ | | |/
| | * Fix generator GC if yield from parent chain does not reach rootNikita Popov2018-01-131-0/+27
* | | Merge branch 'PHP-7.2'Nikita Popov2018-01-121-0/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-01-121-0/+22
| |\ \ | | |/
| | * Fixed bug #75396Nikita Popov2018-01-121-0/+22
* | | Merge branch 'PHP-7.2'Nikita Popov2018-01-091-0/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-01-091-0/+18
| |\ \ | | |/
| | * Fixed bug #75786Nikita Popov2018-01-091-0/+18
* | | Merge branch 'instanceof-const' of https://github.com/nikic/php-srcXinchen Hui2018-01-032-11/+10
|\ \ \
| * | | Return false for instanceof on literalNikita Popov2017-12-192-11/+10
* | | | Add _IS_NUMBER as cast_object() target typeNikita Popov2017-12-264-7/+7
* | | | Fixed bug #54043Nikita Popov2017-12-231-0/+20
|/ / /
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-162-0/+61
|\ \ \ | |/ /
| * | Fix #75607 - Check if existing static trait property is a ref before comparingPedro Magalhães2017-12-162-0/+61
* | | Implement list() reference assignmentsDavid Walker2017-12-0912-14/+547
* | | Merge branch 'PHP-7.2'Xinchen Hui2017-11-291-0/+64
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-11-291-0/+64
| |\ \ | | |/
| | * Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)Xinchen Hui2017-11-291-0/+64
* | | 63911: Compare opcodes of the op_array to determine different functionsPedro Magalhães2017-11-221-0/+26
* | | Merge branch 'PHP-7.2'Nikita Popov2017-11-152-0/+89
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-11-152-0/+89
| |\ \ | | |/
| | * Fixed #74862: Unable to clone instance when private __clone definedDanielCiochiu2017-11-152-0/+89
* | | Allow trailing commas in function and method callsSammy Kaye Powers2017-11-065-0/+129
* | | Fix #74922 - Try to resolve constants when importing trait propertiesPedro Magalhães2017-11-025-0/+76
* | | Fixed string interning during constants substitutionDmitry Stogov2017-11-011-0/+12
* | | Revert "Fixed string interning during constants substitution"Dmitry Stogov2017-11-011-12/+0
* | | Fixed string interning during constants substitutionDmitry Stogov2017-11-011-0/+12
* | | Fix gc_029_zts.phpt testNikita Popov2017-10-302-39/+0
* | | Merge branch 'PHP-7.2'Dmitry Stogov2017-10-268-0/+162
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-268-0/+162
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-268-0/+162
| | |\
| | | * Fixed indirect modification of magic ArrayAccess method argumentsDmitry Stogov2017-10-268-0/+162
| * | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-262-0/+34
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-262-0/+34
| | |\ \ | | | |/
| | | * Backport testsDmitry Stogov2017-10-262-0/+34
* | | | Restore object copying on magic method calls (It was removed in master only).Dmitry Stogov2017-10-262-0/+34