mirror of
https://github.com/php/php-src.git
synced 2026-04-22 15:38:49 +02:00
178bbe3478
Make sure that the previous opline is part of the same block, otherwise it may be non-dominating. The test case does not fail on PHP-7.4, but I think the general problem can appear on 7.4 as well, so I'm applying the patch to that branch.