1--TEST-- 2Cannot append to $GLOBALS in unset() 3--FILE-- 4<?php 5unset($GLOBALS[]); 6?> 7--EXPECTF-- 8Fatal error: Cannot use [] for unsetting in %s on line %d 9