3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { function __destruct() { print '__destruct'; } } register_shutdown_function(function () { new A; register_shutdown_function(function () { new A; }); throw new Exception; });

preferences:
122.57 ms | 404 KiB | 5 Q