summaryrefslogtreecommitdiff
path: root/ext/hash/tests/hash_file_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/tests/hash_file_basic.phpt')
-rw-r--r--ext/hash/tests/hash_file_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/hash/tests/hash_file_basic.phpt b/ext/hash/tests/hash_file_basic.phpt
index b16927d20e..dd51af64a1 100644
--- a/ext/hash/tests/hash_file_basic.phpt
+++ b/ext/hash/tests/hash_file_basic.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test hash_file() function : basic functionality
+Test hash_file() function : basic functionality
--SKIPIF--
<?php extension_loaded('hash') or die('skip: hash extension not loaded.'); ?>
--CREDITS--
@@ -9,7 +9,7 @@ Felix De Vliegher <felix.devliegher@gmail.com>
/* Prototype : string hash_file(string algo, string filename[, bool raw_output = false])
* Description: Generate a hash of a given file
* Source code: ext/hash/hash.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing hash_file() : basic functionality ***\n";