summaryrefslogtreecommitdiff
path: root/Zend/tests/constant_expressions_coalesce_empty_dim.phpt
blob: 56ee43b7898cd279b3d0134ad15cd39d1b1e04d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Constant expressions with empty dimension fetch on coalesce
--FILE--
<?php

const A = [][] ?? 1;

?>
--EXPECTF--
Fatal error: Cannot use [] for reading in %s.php on line %d