diff options
-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 |