mirror of
https://github.com/php/php-src.git
synced 2026-04-05 23:23:03 +02:00
Whenever ->last_unsafe is set to `true` an exception has been thrown. Thus we can replace the check for `->last_unsafe` with a check for `EG(exception)` which is a much more natural way to ommunicate an error up the chain.