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 **********************************************************************/
12 import junit.framework.TestCase;
15 import java.io.FileNotFoundException;
17 import net.sourceforge.phpdt.internal.corext.Assert;
21 * Tests the php parser
23 public class PHPParserTestCase2 extends TestCase {
27 public PHPParserTestCase2(String name) {
32 * Test the PHP Parser with different PHP snippets
34 public void testPHPParser() {
35 checkPHP("$tata = $bobo;",true);
36 checkPHP("function test() { $tata = $b; echo $b;}",true);
37 //checkHTML(new File("class.adm_gestuser.php"));
38 checkHTML("<?php $szOpenImg = \"/$location[Treeview]/images/Open.gif\"; ?>",true);
39 checkHTML("<?php function f($a,$b) {" +
40 "echo $a; } ?>",true);
41 checkHTML("<?php ec ho 'coucou'; ?>" +
50 checkHTML("<?php echo 'coucou'; ?>" +
57 checkHTML("<html>sdfsdf <?php phpinfo(); ?>",true);
58 checkHTML("\n\n\n\n <?php print \"Hello world\"?> ",true);
59 checkHTML("<?php phpinfo()?>",true);
60 checkHTML("<?php phpinfo(); ?> foo <?php phpinfo(); ?>",true);
61 //todo : fix this checkHTML(" <?php //this is a line comment ?>");
62 //todo : fix this checkHTML("<?php mysql_query(\"CREATE DATABASE $DB_TABLE\" ) or print 'Error creating database<br>'; ?>",true);
63 checkHTML("<?php function func($a) {$v1 = $v23;}; ?>",true);
64 checkHTML("<?php $a = !$b; ?>",true);
65 checkHTML("<?php $a = @@!!@@@!@coucou(2); ?>",true);
66 checkHTML("<?php $aname= $out['Name'][$z] = $remote[$j]['Name']; ?>",true);
67 checkHTML("<?php +$b; ?>",true);
68 checkHTML("<?php $a = -$b; ?>",true);
70 checkPHP("$a = array();",true);
71 checkPHP("'caca';",true);
72 checkPHP("if $cac a) echo 'coucou';",false);
73 checkPHP("$oka dd = 'a'.$i;$val = $$add;",false);
74 checkPHP("($a==\"b\") || (c($this->x)==\"d\");",true);
75 checkPHP("(substr($this->file, 0, 2) == \"MM\");",true);
76 checkPHP("(substr($this->file, 0, 2) == \"MM\") || substr($this->file, 0, 2) == \"II\";",true);
77 checkPHP("return (substr($this->file, 0, 2) == \"MM\") || substr($this->file, 0, 2) == \"II\";",true);
78 checkPHP("$this->highlightfile->linkscripts{$category};",true);
79 checkPHP("$code = call_user_method($this->highlightfile->linkscripts{$category}, $this->highlightfile, $oldword, $this->output_module);",true);
80 checkPHP("$this->startmap[$startcurrtag]();",true);
81 checkPHP("new $this->startmap[$startcurrtag]();",true);
82 checkPHP("$this->highlightfile = new $this->startmap[$startcurrtag]();",true);
83 checkPHP("echo \"Test\", \"me\";",true);
84 checkPHP("print (\"Test me\");",true);
85 // checkPHP("$s = <<<HEREDOC \n dskjfhskj\n \n\nHEREDOC;");
86 // checkPHP("$a == 0 ? print \"true\" : print \"false\";");
87 checkPHP("if(!$result = mysql_query($sql)) return(array());",true);
88 checkPHP("class test { function &fetchRow($result, $fetchmode = DB_FETCHMODE_DEFAULT, $rownum=null) \n{ \n } \n }",true);
89 checkPHP("call_user_method_array($function_name[1], ${$objectname}, $arguments);",true);
90 checkPHP("@$connect_function($dbhost, $user, $pw);",true);
91 checkPHP("$conn = @$connect_function($dbhost, $user, $pw);",true);
92 checkPHP("global ${$objectname}; ",true);
93 checkPHP("class DB_mssql extends DB_common { var $connection; var $phptype, $dbsyntax; } ",true);
94 checkPHP("unset($this->blockvariables[$block][$varname]);",true);
95 checkPHP("new IT_Error(\"The block '$block' was not found in the template.\", __FILE__, __LINE__);",true);
96 checkPHP("for ($i=156, $j=0; $i<512; $i++, $j++) $v_checksum += ord(substr($v_binary_data_last,$j,1));",true);
97 checkPHP("define('MAIL_MIME_CRLF', $crlf, true);",false);
98 checkPHP("static $last_run = 0;",true);
99 checkPHP("unset($headers['Subject']);",true);
100 checkPHP("switch($func) {\n case \"f0\":\n case \"f1\":\n f1();\n break; \n case \"tt\": \n default: \n f0(); \n break;\n }",true);
101 checkPHP("function validateAndParseResponse($code, &$arguments) { }",true);
102 checkPHP("$options = Console_Getopt::getopt($argv, \"h?v:e:p:d:\");",true);
103 checkPHP("$this->container = new $container_class($container_options);",true);
104 checkPHP("class Cmd extends PEAR { var $arrSetting = array(); }",true);
105 checkPHP("class Cmd extends PEAR { var $arrSetting = array(), $i=10; }",true);
106 checkPHP("if (isset($test)) { } elseif (isset($lang)) { }",true);
107 checkPHP("require_once(\"mainfile.php\"); ",true);
108 checkPHP("if (eregi(\"footer.php\",$PHP_SELF)) {\n" + "Header(\"Location: index.php\");\n" + "die();\n" + "}\n",true);
109 checkPHP("while (eregi(\"footer.php\",$PHP_SELF)) {\n" + "Header(\"Location: index.php\");\n" + "die();\n" + "}\n",true);
110 checkPHP("while (eregi(\"footer.php\",$PHP_SELF)) :\n" + "Header(\"Location: index.php\");\n" + "die();\n" + "endwhile;\n",true);
111 checkPHP("$tipath = \"images/topics/\";",true);
112 checkPHP("$reasons = array(\"1\", \"2\",\"test\");",true);
113 checkPHP("if ($home == 1) { message_box(); blocks(Center);}",true);
114 checkPHP("$bresult = sql_query(\"select * from \".$prefix.\"_banner WHERE type='0' AND active='1'\", $dbi);",true);
115 checkPHP("switch($func) {\n case \"f1\":\n f1();\n break; \n default: \n f0(); \n break;\n }",true);
116 checkPHP("list ($catid) = sql_fetch_row($result, $dbi);",true);
117 checkPHP("if (!$name) { \n }",true);
118 checkPHP("mt_srand((double)microtime()*1000000);",true);
119 checkPHP("\"\\\"\";",true);
120 checkPHP("$v->read();",true);
121 checkPHP("$alttext = ereg_replace(\"\\\"\", \"\", $alttext);",true);
122 checkPHP("$message .= \"\"._THISISAUTOMATED.\"\\n\\n\";",true);
123 checkPHP("if (!empty($pass) AND $pass==$passwd) { }",true);
124 checkPHP("$AllowableHTML = array(\"b\"=>1,\n \"i\"=>1);",true);
125 checkPHP("if ($term{0}!=$firstChar) {}",true);
127 "echo \"<center><b>\"._NOADMINYET.\"</b></center><br><br>\"\n"
128 + ".\"<form action=\\\"admin.php\\\" method=\\\"post\\\">\"\n"
129 + ".\"<tr><td><b>\"._NICKNAME.\":</b></td><td><input type=\\\"text\\\" name=\\\"name\\\" size=\\\"30\\\" maxlength=\\\"25\\\"></td></tr>\"\n"
131 checkPHP("/* \n overLib is from Eric Bosrup (http://www.bosrup.com/web/overlib/) \n */;",true);
132 checkPHP("if ($arrAtchCookie[1]==0 && $IdAtchPostId!=null){ } ",true);
133 checkPHP("$arrAtchCookie[1] -= filesize(realpath($AtchTempDir).\"/\".$xattachlist)/ 1024; ",true);
135 "if (!isset($message)){ \n"
136 + "$message = $myrow[post_text];\n"
137 + "$message = eregi_replace(\"\\[addsig]\", \"\\n-----------------\\n\" . $myrow[user_sig], $message); \n"
138 + "$message = str_replace(\"<BR>\", \"\\n\", $message); \n"
139 + "$message = str_replace(\"<br>\", \"\\n\", $message); \n } ",true);
140 checkPHP("do {$array[] = array(\"$myrow[uid]\" => \"$myrow[uname]\"); } while($myrow = mysql_fetch_array($result));",true);
141 checkPHP("$ol = new Overlib();",true);
142 checkPHP("$risultato = mysql_query($sql) or\n die(mysql_error());",true);
145 private void checkPHP(String strEval, boolean good) {
146 ParseException ex = null;
148 System.out.println("strEval = " + strEval);
149 PHPParser.phpParserTester(strEval);
150 } catch (ParseException e) {
154 Assert.isTrue(ex == null);
156 Assert.isNotNull(ex);
160 private void checkHTML(String strEval, boolean good) {
161 ParseException ex = null;
163 System.out.println("strEval = " + strEval);
164 PHPParser.htmlParserTester(strEval);
165 } catch (ParseException e) {
169 Assert.isTrue(ex == null);
171 Assert.isNotNull(ex);
175 private void checkHTML(File strEval, boolean good) {
176 ParseException ex = null;
178 System.out.println("strEval = " + strEval.toString());
179 PHPParser.htmlParserTester(strEval);
180 } catch (FileNotFoundException e) {
182 } catch (ParseException e) {
186 Assert.isTrue(ex == null);
188 Assert.isNotNull(ex);
193 * The JUnit setup method
195 protected void setUp() {
196 parser = (test.PHPParser) PHPParserManager.getParser();