3v4l.org

run code in 300+ PHP versions simultaneously
<?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(); }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
150.73 ms | 2356 KiB | 8 Q