<?php class Foo { public function __destruct() { echo new Exception(); } } function bar1() { $a = new Foo; $a = null; } function bar2() { $a = new Foo; $b = $a; $a = null; } bar1(); bar2();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`