1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/tests/lang/bug35382.phpt
Ilia Alshanetsky b6f856fbec Test fixes
2005-12-18 14:21:27 +00:00

10 lines
177 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
--EXPECTF--
Hello World