1--TEST-- 2Bug #81377: unset() of $GLOBALS sub-key yields warning 3--FILE-- 4<?php 5 6unset($GLOBALS['foo']['bar']); 7 8?> 9===DONE== 10--EXPECT-- 11===DONE== 12