summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/007.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/general_functions/007.phpt')
-rw-r--r--ext/standard/tests/general_functions/007.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/general_functions/007.phpt b/ext/standard/tests/general_functions/007.phpt
index f755ab4f80..02fc6c6480 100644
--- a/ext/standard/tests/general_functions/007.phpt
+++ b/ext/standard/tests/general_functions/007.phpt
@@ -5,7 +5,7 @@ MD5 / Base64
function test($str) {
$res = md5(base64_decode(base64_encode($str)))."\n";
return $res;
-}
+}
echo test("");
echo test("a");
echo test("abc");