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

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Also make sure binary op operands can't be undef


# 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.