mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Same as with throw expressions, this may remove later temporary consuming instructions and thus eliminate live ranges, resulting in a memory leak. We make use of the same hack and don't consider exit a terminator if used in an expression context.