**********************************************************************/
import net.sourceforge.phpdt.internal.compiler.parser.Parser;
+import net.sourceforge.phpdt.internal.compiler.parser.Scanner;
import org.eclipse.core.runtime.CoreException;
import junit.framework.TestCase;
private void checkPHP(String strEval) {
try {
- if (Parser.DEBUG) {
+ if (Scanner.DEBUG) {
System.out.println("\n------------------------------------");
System.out.println(strEval);
}
private void checkHTML(String strEval) {
try {
- if (Parser.DEBUG) {
+ if (Scanner.DEBUG) {
System.out.println("\n------------------------------------");
System.out.println(strEval);
}