summaryrefslogtreecommitdiff
path: root/tests/lang/bug35382.phpt
blob: c2295c3440f7808bb77abd66ec44b3ef0da9962e (plain)
1
2
3
4
5
6
7
8
9
--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