mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +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.