sniper Sat Nov 26 08:38:29 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/tests/lang bug35382.phpt
Log:
fix test
http://cvs.php.net/diff.php/php-src/tests/lang/bug35382.phpt?r1=1.1.2.2&r2=1.1.2.3&ty=u
Index: php-src/tests/lang/bug35382.phpt
diff -u php-src/tests/lang/bug35382.phpt:1.1.2.2
php-src/tests/lang/bug35382.phpt:1.1.2.3
--- php-src/tests/lang/bug35382.phpt:1.1.2.2 Sat Nov 26 08:23:27 2005
+++ php-src/tests/lang/bug35382.phpt Sat Nov 26 08:38:28 2005
@@ -1,9 +1,9 @@
---TEST--
-Bug #35382 (Comment in end of file produces fatal error)
---FILE--
-<?
-eval("echo 'Hello'; // comment");
-echo " World";
-//last line comment
---EXPECTF--
-Hello World
\ No newline at end of file
+--TEST--
+Bug #35382 (Comment in end of file produces fatal error)
+--FILE--
+<?php
+eval("echo 'Hello'; // comment");
+echo " World";
+//last line comment
+--EXPECTF--
+Hello World
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php