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:
23.25 ms | 404 KiB | 5 Q