helly Sat Nov 26 08:23:27 2005 EDT
Added files: (Branch: PHP_5_1)
/php-src/tests/lang bug35382.phpt
Log:
- MFH Add new test
http://cvs.php.net/co.php/php-src/tests/lang/bug35382.phpt?r=1.1&p=1
Index: php-src/tests/lang/bug35382.phpt
+++ php-src/tests/lang/bug35382.phpt
--TEST--
Bug #35382 (Comment in end of file produces fatal error)
--FILE--
<?
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