History log of /PHP-8.1/Zend/tests/exception_during_variance_autoload_2.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# c8fa4770 29-Sep-2021 Nikita Popov

Convert exception during delayed autoload to fatal error

Same as with other exceptions during inheritance, convert those
thrown during delayed class loading into fatal errors. We can't

Convert exception during delayed autoload to fatal error

Same as with other exceptions during inheritance, convert those
thrown during delayed class loading into fatal errors. We can't
properly deal with such exceptions, as inheritance cannot be
gracefully aborted at this point.

Fixes oss-fuzz #39405.

show more ...