mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
If you try to traverse an already closed generator an exception will now be thrown. Furthermore this changes the error for traversing a by-val generator by-ref from an E_ERROR to an Exception.