1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00
Files
archived-php-src/tests/lang/bug35382.phpt
2008-05-26 15:52:06 +00:00

10 lines
176 B
PHP
Executable File

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