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