History log of /PHP-7.4/Zend/tests/dead_array_type_inference.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 83738281 30-Oct-2020 Nikita Popov

Fix SSA integrity violation for type inference in dead code

The foreach body can never be executed and thus may contain empty
types. We should still uphold our SSA integrity invariants i

Fix SSA integrity violation for type inference in dead code

The foreach body can never be executed and thus may contain empty
types. We should still uphold our SSA integrity invariants in that
case.

show more ...