<?php try { print "before exception\n"; throw new RuntimeException(); print "after\n"; } finally { echo 'Stupid idea'; }
You have javascript disabled. You will not be able to edit any code.