3v4l.org

run code in 300+ PHP versions simultaneously
<?php function shutdown() { // This is our shutdown function, in // here we can do any last operations // before the script is complete. echo 'Script executed with success', PHP_EOL; } register_shutdown_function('shutdown'); class A {} chr(new A());

preferences:
37.58 ms | 402 KiB | 5 Q