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