3v4l.org

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

preferences:
60.36 ms | 654 KiB | 5 Q