3v4l.org

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

preferences:
32.56 ms | 402 KiB | 5 Q