1--TEST--
2Register Alloction 011: Missed type store
3--INI--
4opcache.enable=1
5opcache.enable_cli=1
6opcache.file_update_protection=0
7--FILE--
8<?php
9function foo($y) {
10    for ($cnt=0;$cnt<6;$cnt++) {
11        $i = $y;
12        for ($i=0;$i<1;)
13            for(;$i<1;)
14                for(;$i<1;$i++)
15                    for(;$y;);
16                for($i=0;$i< 1;$i++)
17                    for(;$y;);
18    }
19}
20foo(null);
21?>
22DONE
23--EXPECTF--
24DONE