Andrew Murphy - 2004-08-13

I've tested this with a few files...
when loading a file, if it contains the word "function" and is not proceeded by some identifier, devphp will be placed in a terminal loop; eventually leading to the three finger salute.

example:

<?php
  function
?>

Granted, all a user needs to do in order to fix this is open the file up in say... notepad and complete the line....