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'; }); throw new Exception("what? happen\n"); echo new Test;

preferences:
47.04 ms | 402 KiB | 5 Q