History log of /PHP-7.4/Zend/tests/type_declarations/typed_properties_108.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 4a08ca12 26-May-2020 Nikita Popov

Respect typed references in catch assignment

I decided to null out EG(exception) early here, which means only
the exception from the dtor / ref assign is preserved, and the
previous

Respect typed references in catch assignment

I decided to null out EG(exception) early here, which means only
the exception from the dtor / ref assign is preserved, and the
previous exception is not chained in. This is more robust, and
I don't think this situation is common enough to be bothered about
the precise behavior.

show more ...