mirror of
https://github.com/php/php-src.git
synced 2026-04-16 20:41:18 +02:00
16 lines
249 B
PHP
16 lines
249 B
PHP
--TEST--
|
|
Don't create FETCH_DIM_R with UNUSED op2
|
|
--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
|