1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/Zend/tests/errmsg_007.phpt
2018-10-14 19:45:12 +02:00

13 lines
176 B
PHP

--TEST--
errmsg: can't use [] for reading - 2
--FILE--
<?php
$a = array();
isset($a[]);
echo "Done\n";
?>
--EXPECTF--
Fatal error: Cannot use [] for reading in %s on line %d