3v4l.org

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

preferences:
133.44 ms | 402 KiB | 5 Q