summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_006.phpt
blob: 976093d854b7d1ffa960466024fbe4af5db677f1 (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