1--TEST-- 2GH-15972 (Assertion failure in ext/opcache/jit/zend_jit_vm_helpers.c with function JIT) 3--EXTENSIONS-- 4opcache 5--FILE-- 6<?php 7function test(){ 8for($i = 0; $i < 2; $i++){ 9$a = @[3][$i]; 10} 11} 12test(); 13?> 14DONE 15--EXPECT-- 16DONE 17