summaryrefslogtreecommitdiff
path: root/tests/lang/bug35382.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/bug35382.phpt')
-rw-r--r--tests/lang/bug35382.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/bug35382.phpt b/tests/lang/bug35382.phpt
index c2295c3440..4d2a630680 100644
--- a/tests/lang/bug35382.phpt
+++ b/tests/lang/bug35382.phpt
@@ -5,5 +5,6 @@ Bug #35382 (Comment in end of file produces fatal error)
eval("echo 'Hello'; // comment");
echo " World";
//last line comment
+?>
--EXPECT--
Hello World