summaryrefslogtreecommitdiff
path: root/Zend/tests/generators
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-181-0/+25
|\
| * Short-circuit get_gc for currently running generatorNikita Popov2020-11-181-0/+25
* | Simplify and fix generator tree managementNikita Popov2020-10-223-0/+84
* | Fix leak when setting dynamic property on generatorNikita Popov2020-10-161-1/+1
* | Promote count() warning to TypeErrorGeorge Peter Banyard2020-09-211-4/+4
* | Run tidyNikita Popov2020-09-181-2/+2
* | Fix OSS Fuzz issue: yielding from an aborted generatorBob Weinand2020-09-151-0/+31
* | Fix crashes with unproper cleaning of repeated yield fromBob Weinand2020-09-142-0/+347
* | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-1/+1
* | Don't allow dynamic properties on generatorsNikita Popov2020-09-071-0/+19
* | Merge branch 'PHP-7.4'Nikita Popov2020-09-021-1/+2
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-021-1/+2
| |\
| | * Fix throwing of yield from related exceptions into generatorNikita Popov2020-09-021-1/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-311-0/+29
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-311-0/+29
| |\ \ | | |/
| | * Fix handling of exception if valid() during yield fromNikita Popov2020-08-311-0/+29
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-261-0/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-261-0/+18
| |\ \ | | |/
| | * Fix memory leak when yielding from non-iterableNikita Popov2020-08-261-0/+18
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-097-0/+7
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* | | Add iterator get_gc function for generatorsNikita Popov2020-07-011-0/+33
* | | Cleanup SPL autoload implementationNikita Popov2020-06-101-4/+3
* | | Improve type error messages when an object is givenMáté Kocsis2020-05-261-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-151-0/+24
|\ \ \ | |/ /
| * | Fixed bug #79600Nikita Popov2020-05-151-0/+24
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-092-3/+27
|\ \ \ | |/ /
| * | Fixed bug #78434Nikita Popov2020-04-092-3/+27
* | | Change argument error message formatMáté Kocsis2020-02-263-4/+4
* | | Make type error messages more consistentMáté Kocsis2020-02-173-4/+4
* | | Reindent phpt filesNikita Popov2020-02-0334-236/+236
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-201-0/+51
|\ \ \ | |/ /
| * | Fix leak when generator closed during yield in finallyNikita Popov2019-12-201-0/+51
* | | 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