<?php class Foo { public function __destruct() { echo new Exception(); } } function cleanWithNull($obj) { $obj = null; } function cleanOnExit($obj) { } function test() { cleanWithNull(new Foo); echo "\n\n"; cleanOnExit(new Foo); } test();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`