Untitled

Run Settings
LanguagePHP
Language Version
Run Command
<?php try { throw new Exception("test\n"); } catch(Exception $e) { echo "exception\n"; echo $e->getMessage(); throw $e; } finally { echo "end\n"; } echo "finish\n";
Editor Settings
Theme
Key bindings
Full width
Lines