<?php class Y { public static function test() { $a = new Y(); $a = null; } private function __destruct() { var_dump(__METHOD__); } } Y::test();
You have javascript disabled. You will not be able to edit any code.