History log of /PHP-8.2/Zend/tests/generators/bug78434.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 823a9568 03-Apr-2020 Nikita Popov

Fixed bug #78434

The DO_INIT flag, which will skip the first resume on a primed
generator, should always be set when starting to yield from a
new generator, not only when the yield f

Fixed bug #78434

The DO_INIT flag, which will skip the first resume on a primed
generator, should always be set when starting to yield from a
new generator, not only when the yield from happens during priming.

show more ...