-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/errmsg_008.phpt

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

Copyright © 2017 || Recoded By Mr.Bumblebee