<?php $code = <<<CODE try{ throw new Exception('test'); }catch(Exception \$e) { echo "seen"; die('never gonna give up'); } CODE; eval($code);
You have javascript disabled. You will not be able to edit any code.