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