3v4l.org

run code in 300+ PHP versions simultaneously
<?php function eh($type, $message, $file, $line, $context) { throw new Exception(); } set_error_handler('eh'); try { $a->b; } catch (\Exception $e) { print_r($e->getTrace()); }

preferences:
34.25 ms | 402 KiB | 5 Q