3v4l.org

run code in 500+ PHP versions simultaneously
<?php function throwThings() { throw new \Exception(''); } try { throwThings('MyPassword'); } catch (\Error $e) { print_r($e); print_r($e->getTrace()); }

preferences:
54.12 ms | 705 KiB | 5 Q