<?php try { echo "trying"; die; } catch(Exception $e) { echo "caught"; } finally { echo "finally"; } echo "end";
You have javascript disabled. You will not be able to edit any code.