summaryrefslogtreecommitdiff
path: root/tests/lang/bug35382.phpt
blob: 69190d4c955b1c00f9b38efed679fa755ea74eca (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
--EXPECTF--
Hello World