ru_php/Zend/tests/restrict_globals/invalid_unset.phpt

11 lines
182 B
PHP

--TEST--
Cannot unset $GLOBALS
--FILE--
<?php
unset($GLOBALS);
?>
--EXPECTF--
Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] = $value syntax in %s on line %d