mirror of
https://github.com/php/php-src.git
synced 2026-04-21 06:51:18 +02:00
897d99c7a4
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).