php-src/Zend/tests/errmsg_006.phpt
2018-10-14 19:45:12 +02:00

13 lines
170 B
PHP

--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