143f9a9d170b4b0ec723bfd8b4215061bacc64c6
[phpeclipse.git] / net.sourceforge.phpeclipse / src / test / PHPParserTestCase2.java
1 package test;
2
3 /**********************************************************************
4  Copyright (c) 2002 Klaus Hartlage - www.eclipseproject.de
5  All rights reserved. This program and the accompanying materials
6  are made available under the terms of the Common Public License v1.0
7  which accompanies this distribution, and is available at
8  http://www.eclipse.org/legal/cpl-v10.html
9  **********************************************************************/
10
11
12 import org.eclipse.core.runtime.CoreException;
13 import junit.framework.TestCase;
14
15 import java.io.CharArrayReader;
16 import java.io.File;
17
18
19 /**
20  *  Tests the php parser
21  */
22 public class PHPParserTestCase2 extends TestCase {
23
24   PHPParser parser;
25
26   public PHPParserTestCase2(String name) {
27     super(name);
28   }
29
30   /**
31    *  Test the PHP Parser with different PHP snippets
32    */
33   public void testPHPParser() {
34     //checkHTML(new File("class.adm_gestuser.php"));
35     checkHTML("<?php function f($a,$b) {" +
36              "echo $a; } ?>");
37     checkHTML("<?php ec ho 'coucou'; ?>" +
38               "\n dfgdfgfdfg" +
39               "\n" +
40               "\n" +
41               "<?php" +
42               "\necho ' caca';" +
43               "\n?>" +
44               "dfgdfg" +
45               "\ndsfgdf");
46     checkHTML("<?php echo 'coucou'; ?>" +
47               "\n dfgdfgfdfg" +
48               "\n" +
49               "\n" +
50               "<?php" +
51               "\necho ' caca';" +
52               "\n?>");
53     checkHTML("<html>sdfsdf  <?php phpinfo(); ?>");
54     checkHTML("\n\n\n\n  <?php print \"Hello world\"?> ");
55     checkHTML("<?php phpinfo()?>");
56     checkHTML("<?php phpinfo(); ?> foo <?php phpinfo(); ?>");
57     checkHTML(" <?php //this is a line comment ?>");
58     checkPHP("'caca'");
59     checkPHP("if $cac a) echo 'coucou';");
60     checkPHP("$oka dd = 'a'.$i;$val = $$add;");
61     checkPHP("($a==\"b\") || (c($this->x)==\"d\");");
62     checkPHP("(substr($this->file, 0, 2) == \"MM\");");
63     checkPHP("(substr($this->file, 0, 2) == \"MM\") || substr($this->file, 0, 2) == \"II\";");
64     checkPHP("return (substr($this->file, 0, 2) == \"MM\") || substr($this->file, 0, 2) == \"II\";");
65     checkPHP("$this->highlightfile->linkscripts{$category};");
66     checkPHP("$code = call_user_method($this->highlightfile->linkscripts{$category}, $this->highlightfile, $oldword, $this->output_module);");
67     checkPHP("$this->startmap[$startcurrtag]();");
68     checkPHP("new $this->startmap[$startcurrtag]();");
69     checkPHP("$this->highlightfile = new $this->startmap[$startcurrtag]();");
70     checkPHP("echo \"Test\", \"me\";");
71     checkPHP("print (\"Test me\");");
72 //    checkPHP("$s = <<<HEREDOC \n dskjfhskj\n \n\nHEREDOC;");
73 //    checkPHP("$a == 0 ? print \"true\" : print \"false\";");
74     checkPHP("if(!$result = mysql_query($sql)) return(array());");
75     checkPHP("class test { function &fetchRow($result, $fetchmode = DB_FETCHMODE_DEFAULT, $rownum=null) \n{ \n } \n }");
76     checkPHP("call_user_method_array($function_name[1], ${$objectname}, $arguments);");
77     checkPHP("@$connect_function($dbhost, $user, $pw);");
78     checkPHP("$conn = @$connect_function($dbhost, $user, $pw);");
79     checkPHP("global ${$objectname}; ");
80     checkPHP("class DB_mssql extends DB_common { var $connection; var $phptype, $dbsyntax; }  ");
81     checkPHP("unset($this->blockvariables[$block][$varname]);");
82     checkPHP("new IT_Error(\"The block '$block' was not found in the template.\", __FILE__, __LINE__);");
83     checkPHP("for ($i=156, $j=0; $i<512; $i++, $j++) $v_checksum += ord(substr($v_binary_data_last,$j,1));");
84     checkPHP("define('MAIL_MIME_CRLF', $crlf, true);");
85     checkPHP("static $last_run = 0;");
86     checkPHP("unset($headers['Subject']);");
87     checkPHP("switch($func) {\n case \"f0\":\n case \"f1\":\n f1();\n break; \n case \"tt\": \n default: \n f0(); \n break;\n }");
88     checkPHP("function validateAndParseResponse($code, &$arguments) { }");
89     checkPHP("$options = Console_Getopt::getopt($argv, \"h?v:e:p:d:\");");
90     checkPHP("$this->container = new $container_class($container_options);");
91     checkPHP("class Cmd extends PEAR { var $arrSetting     = array(); }");
92     checkPHP("class Cmd extends PEAR { var $arrSetting     = array(), $i=10; }");
93     checkPHP("if (isset($test)) { } elseif (isset($lang)) { }");
94     checkPHP("require_once(\"mainfile.php\");  ");
95     checkPHP("if (eregi(\"footer.php\",$PHP_SELF)) {\n" + "Header(\"Location: index.php\");\n" + "die();\n" + "}\n");
96     checkPHP("while (eregi(\"footer.php\",$PHP_SELF)) {\n" + "Header(\"Location: index.php\");\n" + "die();\n" + "}\n");
97     checkPHP("while (eregi(\"footer.php\",$PHP_SELF)) :\n" + "Header(\"Location: index.php\");\n" + "die();\n" + "endwhile;\n");
98     checkPHP("$tipath = \"images/topics/\";");
99     checkPHP("$reasons = array(\"1\", \"2\",\"test\");");
100     checkPHP("if ($home == 1) { message_box(); blocks(Center);}");
101     checkPHP("$bresult = sql_query(\"select * from \".$prefix.\"_banner WHERE type='0' AND active='1'\", $dbi);");
102     checkPHP("switch($func) {\n case \"f1\":\n f1();\n break; \n default: \n f0(); \n break;\n }");
103     checkPHP("list ($catid) = sql_fetch_row($result, $dbi);");
104     checkPHP("if (!$name) { \n }");
105     checkPHP("mt_srand((double)microtime()*1000000);");
106     checkPHP("\"\\\"\";");
107     checkPHP("$v->read();");
108     checkPHP("$alttext = ereg_replace(\"\\\"\", \"\", $alttext);");
109     checkPHP("$message .= \"\"._THISISAUTOMATED.\"\\n\\n\";");
110     checkPHP("if (!empty($pass) AND $pass==$passwd) { }");
111     checkPHP("$AllowableHTML = array(\"b\"=>1,\n \"i\"=>1);");
112     checkPHP("if ($term{0}!=$firstChar) {}");
113     checkPHP(
114         "echo \"<center><b>\"._NOADMINYET.\"</b></center><br><br>\"\n"
115         + ".\"<form action=\\\"admin.php\\\" method=\\\"post\\\">\"\n"
116         + ".\"<tr><td><b>\"._NICKNAME.\":</b></td><td><input type=\\\"text\\\" name=\\\"name\\\" size=\\\"30\\\" maxlength=\\\"25\\\"></td></tr>\"\n"
117         + ";");
118     checkPHP("/* \n overLib is from Eric Bosrup (http://www.bosrup.com/web/overlib/) \n */;");
119     checkPHP("if ($arrAtchCookie[1]==0 && $IdAtchPostId!=null){  } ");
120     checkPHP("$arrAtchCookie[1] -= filesize(realpath($AtchTempDir).\"/\".$xattachlist)/ 1024; ");
121     checkPHP(
122         "if (!isset($message)){ \n"
123         + "$message = $myrow[post_text];\n"
124         + "$message = eregi_replace(\"\\[addsig]\", \"\\n-----------------\\n\" .    $myrow[user_sig], $message); \n"
125         + "$message = str_replace(\"<BR>\", \"\\n\", $message); \n"
126         + "$message = str_replace(\"<br>\", \"\\n\", $message); \n } ");
127     checkPHP("do {$array[] = array(\"$myrow[uid]\" => \"$myrow[uname]\"); } while($myrow = mysql_fetch_array($result));");
128     checkPHP("$ol = new Overlib();");
129     checkPHP("$risultato = mysql_query($sql) or\n    die(mysql_error());");
130   }
131
132   private void checkPHP(String strEval) {
133     try {
134       System.out.println("strEval = " + strEval);
135       parser.phpParserTester(strEval);
136     } catch (CoreException e) {
137       e.printStackTrace();
138     } catch (ParseException e) {
139       e.printStackTrace();
140     }
141
142   }
143
144   private void checkHTML(String strEval) {
145     try {
146       System.out.println("strEval = " + strEval);
147       parser.htmlParserTester(strEval);
148     } catch (CoreException e) {
149       e.printStackTrace();
150     } catch (ParseException e) {
151       e.printStackTrace();
152     }
153
154   }
155
156   private void checkHTML(File strEval) {
157     try {
158       System.out.println("strEval = " + strEval.toString());
159       parser.htmlParserTester(strEval);
160     } catch (CoreException e) {
161       e.printStackTrace();
162     } catch (ParseException e) {
163       e.printStackTrace();
164     }
165
166   }
167
168   /**
169    *  The JUnit setup method
170    */
171   protected void setUp() {
172     parser = (test.PHPParser) PHPParserManager.getParser();
173   }
174
175 }