1--TEST-- 2JIT FETCH_DIM_R: 014 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 $s =+ $y; 12 $tokenthiss[$i=$s][] = $y = $y; 13 $tokenthiss[$i][$i] + $y; 14} 15@foo(); 16?> 17DONE 18--EXPECT-- 19DONE 20