<?php class Obj { public function __construct() { $this->things[] = $this; } public function __destruct() { $this->things[] = null; } private $things = []; } for ($i = 0; $i < 1000000; ++$i) { $obj = new Obj(); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`