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