72fe1ff53be2fe7be18fcabf7a23c8ba0f66d635
[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 import junit.framework.TestCase;
12
13 import java.io.CharArrayReader;
14 import java.io.InputStream;
15
16
17 import org.eclipse.core.runtime.CoreException;
18
19 /**
20  *  Tests the php parser
21  */
22 public class PHPParserTestCase2 extends TestCase {
23
24   PHPParser2 phpparser;
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     checkPHP("$b = $c;");
35     checkPHP("$b = ($c);");
36     checkPHP("$b = ($b) ? $a : $c;");
37     checkPHP("$b = $b.$a && $f.'a' || 'n '.$b;");
38     checkPHP("$toto = 0;");
39     checkPHP("$toto = \"tata\";");
40     checkPHP("$toto = 'tata';");
41     checkPHP("$$a = 'toto';");
42     checkPHP("$add = 'a'.$i;");
43     checkPHP("$add = 'a'.$i;$val = $$add;");
44     checkPHP("$a==2;");
45     checkPHP("($a==\"b\") || c($this->x)==\"d\";");
46     checkPHP("(substr($this->file, 0, 2) == \"MM\");");
47     checkPHP("(substr($this->file, 0, 2) == \"MM\") || substr($this->file, 0, 2) == \"II\";");
48     checkPHP("return (substr($this->file, 0, 2) == \"MM\") || substr($this->file, 0, 2) == \"II\";");
49     checkPHP("$this->startmap[$startcurrtag]();");
50     checkPHP("new $this->startmap[$startcurrtag]();");
51     checkPHP("$this->highlightfile = new $this->startmap[$startcurrtag]();");
52     checkPHP("echo \"Test\", \"me\";");
53     checkPHP("print (\"Test me\");");
54 //    checkPHP("$s = <<<HEREDOC \n dskjfhskj\n \n\nHEREDOC;"); invalid
55     checkPHP("$a == 0 ? print (\"true\") : print (\"false\");");
56     checkPHP("if(!$result = mysql_query($sql)) return(array());");
57     checkPHP("class test { function &fetchRow($result, $fetchmode = DB_FETCHMODE_DEFAULT, $rownum=null) \n{ \n } \n }");
58     checkPHP("@$connect_function($dbhost, $user, $pw);");
59     checkPHP("$conn = @$connect_function($dbhost, $user, $pw);");
60     checkPHP("class DB_mssql extends DB_common { var $connection; var $phptype, $dbsyntax; }  ");
61     checkPHP("unset($this->blockvariables[$block][$varname]);");
62     checkPHP("new IT_Error(\"The block '$block' was not found in the template.\", __FILE__, __LINE__);");
63     checkPHP("for ($i=156, $j=0; $i<512; $i++, $j++) $v_checksum += ord(substr($v_binary_data_last,$j,1));");
64     checkPHP("define('MAIL_MIME_CRLF', $crlf, true);");
65     checkPHP("static $last_run = 0;");
66     checkPHP("unset($headers['Subject']);");
67     checkPHP("switch($func) {\n case \"f0\":\n case \"f1\":\n f1();\n break; \n case \"tt\": \n default: \n f0(); \n break;\n }");
68     checkPHP("function validateAndParseResponse($code, &$arguments) { }");
69     checkPHP("$options = Console_Getopt::getopt($argv, \"h?v:e:p:d:\");");
70     checkPHP("$this->container = new $container_class($container_options);");
71     checkPHP("class Cmd extends PEAR { var $arrSetting     = array(); }");
72     checkPHP("class Cmd extends PEAR { var $arrSetting     = array(), $i=10; }");
73     checkPHP("if (isset($test)) { } elseif (isset($lang)) { }");
74     checkPHP("require_once(\"mainfile.php\");  ");
75     checkPHP("if (eregi(\"footer.php\",$PHP_SELF)) {\n" + "Header(\"Location: index.php\");\n" + "die();\n" + "}\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(
91       "echo \"<center><b>\"._NOADMINYET.\"</b></center><br><br>\"\n"
92         + ".\"<form action=\\\"admin.php\\\" method=\\\"post\\\">\"\n"
93         + ".\"<tr><td><b>\"._NICKNAME.\":</b></td><td><input type=\\\"text\\\" name=\\\"name\\\" size=\\\"30\\\" maxlength=\\\"25\\\"></td></tr>\"\n"
94         + ";");
95     checkPHP("/* \n overLib is from Eric Bosrup (http://www.bosrup.com/web/overlib/) \n */");
96     checkPHP("if ($arrAtchCookie[1]==0 && $IdAtchPostId!=null){  } ");
97     checkPHP("$arrAtchCookie[1] -= filesize(realpath($AtchTempDir).\"/\".$xattachlist)/ 1024; ");
98     checkPHP("$ol = new Overlib();");
99     checkPHP("$risultato = mysql_query($sql) or\n    die(mysql_error());");
100     checkPHP(
101       "if (!isset($message)){ \n"
102         + "$message = $myrow[post_text];\n"
103         + "$message = eregi_replace(\"\\[addsig]\", \"\\n-----------------\\n\" .    $myrow[user_sig], $message); \n"
104         + "$message = str_replace(\"<BR>\", \"\\n\", $message); \n"
105         + "$message = str_replace(\"<br>\", \"\\n\", $message); \n } ");
106     checkPHP("while (eregi(\"footer.php\",$PHP_SELF)) {\n" + "Header(\"Location: index.php\");\n" + "die();\n" + "}\n");
107     checkPHP("while (eregi(\"footer.php\",$PHP_SELF)) :\n" + "Header(\"Location: index.php\");\n" + "die();\n" + "endwhile;\n");
108     checkPHP("if ($term{0}!=$firstChar) {}");
109     checkPHP("$this->highlightfile->linkscripts{$category};");
110     checkPHP("$code = call_user_method($this->highlightfile->linkscripts{$category}, $this->highlightfile, $oldword, $this->output_module);");
111     checkPHP("call_user_method_array($function_name[1], ${$objectname}, $arguments);");
112     checkPHP("global ${$objectname};");
113     checkPHP("do {$array[] = array(\"$myrow[uid]\" => \"$myrow[uname]\"); } while($myrow = mysql_fetch_array($result));");
114   }
115
116   private void checkPHP(String strEval) {
117     try {
118       System.out.println("strEval = " + strEval);
119       phpparser.ReInit(new CharArrayReader(strEval.toCharArray()));
120       phpparser.parse();
121     } catch (ParseException e) {
122       System.out.println(strEval);
123       e.printStackTrace();
124     }
125   }
126
127   /**
128    *  The JUnit setup method
129    */
130   protected void setUp() {
131     phpparser = new PHPParser2(new CharArrayReader("".toCharArray()));
132   }
133 }