php-src/tests/lang/bug35382.phpt
2012-10-10 10:27:49 +08:00

10 lines
177 B
PHP

--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