History log of /PHP-8.1/ext/opcache/tests/jit/qm_assign_undef_exception.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# f3810793 28-Sep-2021 Nikita Popov

Check exception after QM_ASSIGN of undef var

While most other exceptions aren't possible when QM_ASSIGN is used
instead of ASSIGN, we still have to watch out for an undef var
notice

Check exception after QM_ASSIGN of undef var

While most other exceptions aren't possible when QM_ASSIGN is used
instead of ASSIGN, we still have to watch out for an undef var
notice being promoted to an exception.

show more ...