summaryrefslogtreecommitdiff
path: root/Zend/tests/generators
Commit message (Expand)AuthorAgeFilesLines
* Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-178-9/+9
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-1721-31/+31
|\
| * Tweak uncaught exception message displayNikita Popov2015-05-1721-30/+30
* | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-169-10/+10
|/
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-158-8/+44
* Fix memleak in generators using symtableBob Weinand2015-05-141-0/+20
* Fixed memory leakDmitry Stogov2015-05-141-0/+9
* Fix yield from with iterator (first element missing)Bob Weinand2015-04-211-0/+21
* Fix bug #69458Bob Weinand2015-04-151-0/+14
* Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-srcBob Weinand2015-04-1410-0/+733
|\
| * Added yield from operatorBob Weinand2015-03-0710-0/+733
| * Implement Generator::getReturn()Nikita Popov2015-02-196-26/+266
* | Merge branch 'PHP-5.6'Nikita Popov2015-04-141-0/+22
|\ \
| * | Fixed bug #69419Nikita Popov2015-04-141-0/+22
* | | Convert fatal error into EngineExceptionDmitry Stogov2015-04-011-1/+8
* | | Revert gd and mysqli to former calls for arg count errors. Fix first identifi...Anthony Ferrara2015-03-181-0/+18
* | | Merge in master, fix merge conflicts and update patch to support exceptions e...Anthony Ferrara2015-03-189-28/+297
|\ \ \
| * | | Implement Generator::getReturn()Nikita Popov2015-03-176-26/+266
| * | | Errors converted to exceptions are not "recoverable" anymore.Dmitry Stogov2015-03-101-1/+1
| * | | Implement engine exceptionsDmitry Stogov2015-03-091-1/+4
| * | | Added test for bug #69160 (current behavior is correct)Bob Weinand2015-03-071-0/+26
| | |/ | |/|
* | | Fix bug where return type checking was overzealous and interfered with genera...Anthony Ferrara2015-02-181-0/+25
|/ /
* | Fix arrow operator precedenceNikita Popov2014-12-071-0/+51
* | Merge branch 'master' into testDmitry Stogov2014-07-071-0/+19
|\ \ | |/
| * Fix bug #67497: eval with parse error causes segfault in generatorNikita Popov2014-07-021-0/+19
* | Wrong expectation in tests (for some reason backtraces contained invlalid ext...Dmitry Stogov2014-07-072-4/+2
|/
* refixed the test related to bug #67072Anatol Belski2014-04-181-4/+4
* Fixed test case for 5328d42Tjerk Meesters2014-04-171-3/+2
* Fix bug #65764Nikita Popov2013-12-012-0/+4
* Fixed bug #66041: list() fails to unpack yielded ArrayAccess objectNikita Popov2013-11-301-0/+17
* Don't try to clean up generator stack on unclean shutdownNikita Popov2013-06-292-0/+40
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-7/+7
* Remove support for cloning generatorsNikita Popov2013-03-299-176/+8
* Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-0/+52
* Fix tests after laruence unserialize changeNikita Popov2013-03-091-2/+0
* Fix bug #63830: Segfault on undefined function call in nested generatorNikita Popov2013-02-011-0/+30
* Fix segfault when cloning generator with propertiesNikita Popov2013-02-011-0/+18
* Fix potential segfault when finally in a generator is run during shutdownNikita Popov2013-01-301-0/+22
* Implement Generator::throw() methodNikita Popov2012-12-245-0/+114
* Fix crash when last yielded value is a closureNikita Popov2012-12-211-0/+17
* Do not add a ref to EX(object) on generator cloneNikita Popov2012-12-201-0/+20
* Fix leak when generator ignores sent valueNikita Popov2012-12-181-0/+17
* Restored proper generators behaviour in conjunction with "finally". (Nikita)Dmitry Stogov2012-12-128-29/+107
* Fixed bug #63066 (Calling an undefined method in a generator results in a seg...Dmitry Stogov2012-11-301-0/+16
* Fix bug #63596: finally in generators segfaultsNikita Popov2012-11-241-6/+11
* Fixed bug #63132Nikita Popov2012-09-221-0/+39
* Fix leak when yielding array as keyNikita Popov2012-09-011-0/+18
* Fix segfault when traversing a by-ref generator twiceNikita Popov2012-08-292-9/+17
* Make sure that exception is thrown on rewind() after closing tooNikita Popov2012-08-291-0/+16
* Fix several issues and allow rewind only at/before first yieldNikita Popov2012-08-254-0/+118