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

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

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