3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { echo zend_thread_id(); throw new Exception('Coucou'); } catch (Exception $e) { echo zend_thread_id(); var_dump($e->getMessage()); return 'test'; } finally { echo zend_thread_id(); echo "I'm going there"; }

preferences:
39.58 ms | 402 KiB | 5 Q