summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-11-26 13:38:28 +0000
committerfoobar <sniper@php.net>2005-11-26 13:38:28 +0000
commit1ea0bae9c0d5c40df48b205b8e7414257e07eff8 (patch)
treeb508148f80ca38b80167c9b2530736cc51d85ea8
parent57f76446cffb8735678921e9327704d723125189 (diff)
downloadphp-git-1ea0bae9c0d5c40df48b205b8e7414257e07eff8.tar.gz
fix test
-rwxr-xr-xtests/lang/bug35382.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/bug35382.phpt b/tests/lang/bug35382.phpt
index 73b29a0597..1bd525ffb0 100755
--- a/tests/lang/bug35382.phpt
+++ b/tests/lang/bug35382.phpt
@@ -1,9 +1,9 @@
--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 \ No newline at end of file
+Hello World