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

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Save register before throwing undef var notice


# e22fb461 08-Sep-2021 Nikita Popov

Save register before throwing undef var notice

Otherwise we may clobber it while throwing the undef var notice.
This makes the implementation for assign_dim_op line up with
fetch_dim.