<?php
$x = "ok\n";
echo $x;
include "unset.inc";
echo $x;
?>