3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { function __toString() { trigger_error("DFsf", E_USER_ERROR); throw new Exception; } } register_shutdown_function(function(){ echo 'Hello'; }); echo new Test;

preferences:
35.93 ms | 402 KiB | 5 Q