1--TEST--
2JIT FETCH_DIM_R: 013
3--INI--
4opcache.enable=1
5opcache.enable_cli=1
6opcache.file_update_protection=0
7opcache.jit_buffer_size=1M
8--FILE--
9<?php
10function foo() {
11	$y = 0; $tokens = [];
12    for($cnt = 0; $cnt < 6; $cnt++) {
13        $tokens[$y] > $tokens[$y][] = $y;
14     }
15}
16@foo();
17?>
18DONE
19--EXPECT--
20DONE
21