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