mirror of
https://github.com/php/php-src.git
synced 2026-04-05 15:12:39 +02: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.