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