History log of /PHP-7.4/ext/opcache/tests/sccp_loop_var_free.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 2d03b638 12-Dec-2019 Nikita Popov

Fix handling of non-final loop var free in sccp

We only need to preserve the FE_FREE that marks the end of the
loop range. Skip FE_FREEs with the FREE_ON_RETURN flag.