History log of /PHP-7.4/Zend/tests/generators/exception_during_shutdown.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 897d99c7 18-Dec-2019 Nikita Popov

Rethrow generator exception even without active stack frame

Finally blocks in generators may be invoked during shutdown, in
which case we don't have a stack frame. Similar to what
ze

Rethrow generator exception even without active stack frame

Finally blocks in generators may be invoked during shutdown, in
which case we don't have a stack frame. Similar to what
zend_call_function does, we still need to rethrow these exceptions,
otherwise they will be hidden (and leak).

show more ...