--TEST-- Bug #68370 "unset($this)" can make the program crash --FILE-- test(); print_r($x); unset($c, $x); ?> --EXPECTF-- Fatal error: Cannot unset $this in %sbug68370.php on line 4