summaryrefslogtreecommitdiff
path: root/ext/hash/tests/hash_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/tests/hash_error.phpt')
-rw-r--r--ext/hash/tests/hash_error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/hash/tests/hash_error.phpt b/ext/hash/tests/hash_error.phpt
index 8317a56e14..e51c19fbf3 100644
--- a/ext/hash/tests/hash_error.phpt
+++ b/ext/hash/tests/hash_error.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test hash() function : error conditions
+Test hash() function : error conditions
--SKIPIF--
<?php extension_loaded('hash') or die('skip: hash extension not loaded.'); ?>
--FILE--
@@ -8,7 +8,7 @@ Test hash() function : error conditions
/* Prototype : string hash ( string $algo , string $data [, bool $raw_output ] )
* Description: Generate a hash value (message digest)
* Source code: ext/hash/hash.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing hash() : error conditions ***\n";
@@ -17,7 +17,7 @@ var_dump(hash());
var_dump(hash('adler32'));
echo "\n-- Testing hash() function with more than expected no. of arguments --\n";
-$extra_arg= 10;
+$extra_arg= 10;
var_dump(hash('adler32', '', false, $extra_arg));
echo "\n-- Testing hash() function with invalid hash algorithm --\n";