helly Sat Nov 26 08:37:32 2005 EDT Modified files: /php-src/tests/lang bug35382.phpt Log: - Scew short open tags http://cvs.php.net/diff.php/php-src/tests/lang/bug35382.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/tests/lang/bug35382.phpt diff -u php-src/tests/lang/bug35382.phpt:1.1 php-src/tests/lang/bug35382.phpt:1.2 --- php-src/tests/lang/bug35382.phpt:1.1 Sat Nov 26 08:22:46 2005 +++ php-src/tests/lang/bug35382.phpt Sat Nov 26 08:37:30 2005 @@ -1,7 +1,7 @@ --TEST-- Bug #35382 (Comment in end of file produces fatal error) --FILE-- -<? +<?php eval("echo 'Hello'; // comment"); echo " World"; //last line comment
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php