History log of /PHP-8.1/ext/opcache/tests/jit/assign_043.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# b5641137 07-Oct-2021 Nikita Popov

Check exception after undef var notice

For simple assignments, we may not emit an exception check elsewhere,
so perform it directly after the undef var notice.