3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = function () { throw new \Exception('You juicy vagina :D'); }; $canIGetException = function () { $e = (new \Exception)->getPrevious(); var_dump($e); }; try { $test(); } catch (\Exception $e) { $canIGetException(); }

preferences:
45.04 ms | 402 KiB | 5 Q