invalid_unset.phpt 182 B

12345678910
  1. --TEST--
  2. Cannot unset $GLOBALS
  3. --FILE--
  4. <?php
  5. unset($GLOBALS);
  6. ?>
  7. --EXPECTF--
  8. Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] = $value syntax in %s on line %d