History log of /PHP-8.1/Zend/tests/match/match_of_phi_optimization.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 64878757 01-Nov-2021 Nikita Popov

Fix scdf loop var free check for phi vars

The variable may come from a phi node, in which case we should
take the defining block from it.

Fixes oss-fuzz #40453.