History log of /PHP-8.1/ext/opcache/tests/opt/sccp_exception2.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 5b3809e9 27-Nov-2020 Nikita Popov

Respect strict_types during sccp function call evaluation

Similar to what we do with attributes, add a dummy call frame
on which we can set the strict_types flag.


# 74f45865 27-Nov-2020 Tyson Andre

Remove duplicate str_split check, fix test expectation


# a505fc62 27-Nov-2020 Nikita Popov

Fix handling of sccp exceptions

We should clear the exception *before* we destroy the execute_data.
Add a variation of the test that indirects through another file,
and would crash o

Fix handling of sccp exceptions

We should clear the exception *before* we destroy the execute_data.
Add a variation of the test that indirects through another file,
and would crash otherwise.

show more ...