--TEST-- unset() CV 10 (unset() of global variable in ArrayObject::offsetUnset($GLOBALS)) --SKIPIF-- --FILE-- offsetUnset('x'); echo $x; echo "ok\n"; ?> --EXPECTF-- ok Notice: Undefined variable: x in %sunset_cv10.php on line %d ok