1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
Files
archived-php-src/tests/lang/bug35382.phpt
T
2005-11-26 13:38:28 +00:00

10 lines
174 B
PHP
Executable File

--TEST--
Bug #35382 (Comment in end of file produces fatal error)
--FILE--
<?php
eval("echo 'Hello'; // comment");
echo " World";
//last line comment
--EXPECTF--
Hello World