mirror of
https://github.com/php/php-src.git
synced 2026-03-27 09:42:22 +01:00
RFC: https://wiki.php.net/rfc/throw_expression This has an open issue with temporaries that are live at the time of the throw being leaked. Landing this now for easier testing and will revert if we cannot resolve the issue. Closes GH-5279.