diff options
Diffstat (limited to 'tests/lang/bug35382.phpt')
-rwxr-xr-x | tests/lang/bug35382.phpt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/lang/bug35382.phpt b/tests/lang/bug35382.phpt deleted file mode 100755 index 69190d4c95..0000000000 --- a/tests/lang/bug35382.phpt +++ /dev/null @@ -1,9 +0,0 @@ ---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 |