History log of /PHP-8.2/ext/opcache/tests/jit/fe_reset_undef.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d46b1029 17-Sep-2021 Nikita Popov

Don't jit FE_RESET_R with undef operand

The implementation currently assumes that the operand is always
an array, but this did not account for a possibly undef operand.