ru_php/Zend/tests/restrict_globals/invalid_append_unset.phpt

9 lines
153 B
PHP

--TEST--
Cannot append to $GLOBALS in unset()
--FILE--
<?php
unset($GLOBALS[]);
?>
--EXPECTF--
Fatal error: Cannot use [] for unsetting in %s on line %d