mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
43719022ea
The op2 of FE_FETCH is only written if the loop edge is taken. Fix up the SSA form to use the pre-assignment value if the exit edge is taken. This allows us to properly infer the type of the loop variable, without letting the pre-loop type leak in. Closes GH-5040.