1--TEST--
2JIT FETCH_DIM_R: 008
3--INI--
4opcache.enable=1
5opcache.enable_cli=1
6opcache.file_update_protection=0
7opcache.jit_buffer_size=1M
8--FILE--
9<?php
10function &test() { return $x; }
11test()[1];
12?>
13DONE
14--EXPECTF--
15Warning: Trying to access array offset on value of type null in %sfetch_dim_r_008.php on line 3
16DONE
17