3v4l.org

run code in 500+ PHP versions simultaneously
<?php function one () { two(); } function two () { three(); } function three () { four(); } function four () { five(); } function five () { throw new Exception; } try {one();}catch (Exception $e){var_dump($e->getTrace());}

preferences:
74.57 ms | 1076 KiB | 5 Q