11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
|
|
--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
|