
| Path : /usr/src/php/tests/lang/ |
| Current File : //usr/src/php/tests/lang/bug35382.phpt |
--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