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