--TEST-- unset() CV 10 (unset() of global variable in ArrayObject::offsetUnset($GLOBALS)) --FILE-- offsetUnset('x'); echo $x; echo "ok\n"; ?> --EXPECTF-- ok Warning: Undefined array key "x" in %s on line %d ok ok