3v4l.org

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

preferences:
32.17 ms | 402 KiB | 5 Q