summaryrefslogtreecommitdiff
path: root/tests/lang/bug35382.phpt
blob: 4d2a630680e7c9cf409d9de99bc2d311ad6f4603 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #35382 (Comment in end of file produces fatal error)
--FILEEOF--
<?php
eval("echo 'Hello'; // comment");
echo " World";
//last line comment
?>
--EXPECT--
Hello World