mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Upon unwinding from an exception, the parser state is not stable, we should not continue updating the values if an exception was thrown. Closes GH-15879.