History log of /PHP-8.2/Zend/tests/throw/002.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 7aacc705 09-Aug-2020 Máté Kocsis

Add many missing closing PHP tags to tests

Closes GH-5958


# 0810fcd0 18-Mar-2020 Ilija Tovilo

Make throw statement an expression

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. La

Make throw statement an expression

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.

show more ...