--TEST-- Bug #68370 "unset($this)" can make the program crash --FILE-- test(); print_r($x); unset($c, $x); --EXPECTF-- Array ( )