<?php class A { function __destruct() { print '__destruct'; } } register_shutdown_function(function () { new A; register_shutdown_function(function () { new A; }); throw new Exception; });
You have javascript disabled. You will not be able to edit any code.