3v4l.org

run code in 300+ 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:
26.37 ms | 404 KiB | 5 Q