mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
ac8db36543
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.