1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

- Add new test

This commit is contained in:
Marcus Boerger
2005-11-26 13:22:46 +00:00
parent a278e9a74d
commit 7d3937bdd3
+9
View File
@@ -0,0 +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