3v4l.org

run code in 300+ PHP versions simultaneously
<?php class F { function __toString() { throw new exception(); } } try { (string)(new F); } catch (ICatchable $e) { var_dump($e);}

preferences:
53.91 ms | 402 KiB | 5 Q