<?php class Foo{ private $that; function __construct(){ $this->that = $this; } function __destruct(){ $this->that = null; echo "destruct\n"; } } $x = new Foo(); unset($x); echo "wat";
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`