summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_006.phpt
blob: 1165770d4b06663c034b5d246fe9c6d87a5ec1bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
errmsg: can't use [] for reading
--FILE--
<?php

$a = array();
$b = $a[];

echo "Done\n";
?>
--EXPECTF--
Fatal error: Cannot use [] for reading in %s on line %d