summaryrefslogtreecommitdiff
path: root/Zend/tests/generators
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2019-12-181-0/+30
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-181-0/+30
| |\
| | * Rethrow generator exception even without active stack frameNikita Popov2019-12-181-0/+30
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1516-17/+3
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
* | | Add Zend class/interface arginfo stubsChristoph M. Becker2019-10-151-4/+3
|/ /
* | Fixed bug #72530Nikita Popov2019-08-131-1/+1
* | Implement arrow functionsNikita Popov2019-05-021-2/+2
* | Add dummy get_gc handler for iterator wrapperNikita Popov2019-01-151-0/+21
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1516-17/+3
* | Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|/
* Fixed bug #76427 (Segfault in zend_objects_store_put)Xinchen Hui2018-06-111-0/+24
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-203-3/+3
* Use int instead of integer in type errorsGabriel Caruso2018-02-042-3/+3
* Use %d when expecting line number in testsGabriel Caruso2018-02-021-1/+1
* 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.1' into PHP-7.2Nikita Popov2018-01-121-0/+22
|\ \ | |/
| * Fixed bug #75396Nikita Popov2018-01-121-0/+22
* | Merge branch 'PHP-7.1' into PHP-7.2Bob Weinand2017-07-221-0/+45
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-07-221-0/+45
| |\
| | * Fixed bug #74954 (null deref and segfault in zend_generator_resume())Bob Weinand2017-07-221-0/+45
* | | Merge branch 'PHP-7.1'Bob Weinand2017-05-171-0/+29
|\ \ \ | |/ /
| * | Fixed bug #74606 (Segfault within try/catch/finally nesting in Generators)Bob Weinand2017-05-171-0/+29
* | | Merge branch 'PHP-7.1'Sara Golemon2017-03-231-0/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-03-231-0/+24
| |\ \ | | |/
| | * Fix bug where `yield from` is captured too greedilySara Golemon2017-03-231-0/+24
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-02-261-0/+23
|\ \ \ | |/ /
| * | Fixed bug #74157 (Segfault with nested generators)Xinchen Hui2017-02-261-0/+23
| * | These tests expect gc to be enabledRasmus Lerdorf2017-01-101-0/+2
* | | These tests rely on gc being enabledRasmus Lerdorf2017-01-101-0/+2
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-281-0/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-281-0/+24
| |\ \ | | |/
| | * Fixed calling generators through magic __call()Dmitry Stogov2016-11-281-0/+24
* | | Add tests for invalid count() operationsCraig Duncan2016-11-171-0/+18
|/ /
* | Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1Bob Weinand2016-07-231-4/+3
|\ \ | |/
| * Fix ClosedGeneratorException possibly thrown into wrong scopeBob Weinand2016-07-231-4/+3
* | Fix return from by-ref generatorsNikita Popov2016-07-141-0/+20
* | Fixed bug #72523 (dtrace issue with reflection (failed test))Xinchen Hui2016-07-011-0/+15
* | Merge branch 'PHP-7.0'Nikita Popov2016-05-281-0/+37
|\ \ | |/
| * Forbid "yield from" in force closed generatorsNikita Popov2016-05-281-0/+37
* | Check if generator object is created by GENERATOR_CREATE when throw exception...Dmitry Stogov2016-05-162-0/+35
* | Revert "Check if generator object is created by GENERATOR_CREATE when throw e...Dmitry Stogov2016-05-162-35/+0
* | Check if generator object is created by GENERATOR_CREATE when throw exception...Dmitry Stogov2016-05-162-0/+35
* | Added testDmitry Stogov2016-05-111-0/+12
* | Fix generator being a cycle to itselfBob Weinand2016-04-181-0/+45
* | Fised possible use-after-freeDmitry Stogov2016-04-041-0/+17
|/
* Fixed bug #71601 (finally block not executed after yield from)Bob Weinand2016-02-151-0/+40
* Forbid yield from in by-reference generatorsNikita Popov2016-02-121-0/+12
* Fix dangling send target when using yield fromNikita Popov2016-02-111-0/+22