--TEST--
unset() CV 3 (unset() global variable in included file)
--FILE--
<?php
$x = "ok\n";
echo $x;
include "unset.inc";
?>
--EXPECTF--
ok
Warning: Undefined variable $x in %s on line %d