blob: 21926d0e054b9d81984a8d0fc175a58e8e921910 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--TEST--
Don't create FETCH_DIM_R with UNUSED op2
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
// Order matters
test($arr[]);
function test($arg) {}
?>
--EXPECTF--
Fatal error: Uncaught Error: Cannot use [] for reading in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d
|