3v4l.org

run code in 500+ PHP versions simultaneously
<?php class FooBar { public function __get($text) { throw new \Exception(); } } try { $foobar = new FooBar(); $foobar->hello; } catch (\Exception $e) { var_dump($e); }

preferences:
51.9 ms | 1617 KiB | 5 Q