History log of /PHP-7.4/ext/opcache/tests/phi_use_chain.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# d971b670 09-Nov-2020 Nikita Popov

Fix phi use chain management when renaming variable

If there is a previous use of the new variable in the phi, we need
to NULL out the use chain of the new source we're adding.

Fix phi use chain management when renaming variable

If there is a previous use of the new variable in the phi, we need
to NULL out the use chain of the new source we're adding.

Test case is reduced from an assertion failure in the Symfony Demo.

show more ...