History log of /PHP-8.1/ext/opcache/tests/jit/assign_dim_op_003.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 8c3d33a0 09-Sep-2021 Nikita Popov

Also make sure binary op operands can't be undef

Otherwise we will end up passing undef to xyz_function etc, which
is not permitted.