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