3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { public function __toString() { $e = new Exception('mooo'); echo $e; // throw $e; return null; } } $x = new test; var_dump($x->__toString());

preferences:
66.51 ms | 402 KiB | 5 Q