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:
43.96 ms | 647 KiB | 5 Q