new Syntax Highlighting Preference Page (doesn't have an effect at the moment)
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPParser.java
index a6f236e..98ce451 100644 (file)
@@ -771,6 +771,7 @@ public class PHPParser extends PHPKeywords {
     boolean phpFound = false;
 
     phpList = new ArrayList();
+    currentPHPString = 0;
 
     try {
       int i = 0;