History log of /PHP-8.0/ext/opcache/tests/jit/assign_dim_op_002.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 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.