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'); trigger_error("Fatal error", E_USER_ERROR);

preferences:
32.74 ms | 402 KiB | 5 Q