mirror of
https://github.com/php/php-src.git
synced 2026-03-30 12:13:02 +02: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.