helly Sat Nov 26 08:22:47 2005 EDT Added files: /php-src/tests/lang bug35382.phpt Log: - 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