1--TEST-- 2JIT FETCH_DIM_W: 002 3--INI-- 4opcache.enable=1 5opcache.enable_cli=1 6opcache.file_update_protection=0 7--FILE-- 8<?php 9function test() { 10 $b = [&$a[0]]; 11} 12test(); 13?> 14DONE 15--EXPECT-- 16DONE 17