3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { $z = false; $z->test(); } catch (Exception $e) { echo "Exception:\n"; var_dump($e->getMessage()); } catch (Error $e) { echo "Error:\n"; var_dump($e->getMessage()); }

preferences:
45.89 ms | 402 KiB | 5 Q