1--TEST-- 2JIT FETCH_DIM_FUNC_ARG: 002 3--INI-- 4opcache.enable=1 5opcache.enable_cli=1 6opcache.file_update_protection=0 7--EXTENSIONS-- 8opcache 9--FILE-- 10<?php 11new class(true[""]) { 12} 13?> 14DONE 15--EXPECTF-- 16Warning: Trying to access array offset on true in %sfetch_dim_func_arg_002.php on line 2 17DONE 18