diff options
author | foobar <sniper@php.net> | 2005-11-26 13:38:28 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-11-26 13:38:28 +0000 |
commit | 1ea0bae9c0d5c40df48b205b8e7414257e07eff8 (patch) | |
tree | b508148f80ca38b80167c9b2530736cc51d85ea8 | |
parent | 57f76446cffb8735678921e9327704d723125189 (diff) | |
download | php-git-1ea0bae9c0d5c40df48b205b8e7414257e07eff8.tar.gz |
fix test
-rwxr-xr-x | tests/lang/bug35382.phpt | 4 |
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 |