mirror of
https://github.com/php/php-src.git
synced 2026-04-25 17:08:14 +02:00
- Add new test
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
--TEST--
|
||||
Bug #35382 (Comment in end of file produces fatal error)
|
||||
--FILE--
|
||||
<?
|
||||
eval("echo 'Hello'; // comment");
|
||||
echo " World";
|
||||
//last line comment
|
||||
--EXPECTF--
|
||||
Hello World
|
||||
Reference in New Issue
Block a user