diff options
Diffstat (limited to 'ext/hash/tests/hash_hmac_file_error.phpt')
| -rw-r--r-- | ext/hash/tests/hash_hmac_file_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/hash/tests/hash_hmac_file_error.phpt b/ext/hash/tests/hash_hmac_file_error.phpt index 504e264599..6d383b479d 100644 --- a/ext/hash/tests/hash_hmac_file_error.phpt +++ b/ext/hash/tests/hash_hmac_file_error.phpt @@ -6,7 +6,7 @@ Hash: hash_hmac_file() function : basic functionality /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output] ) * Description: Generate a keyed hash value using the HMAC method and the contents of a given file * Source code: ext/hash/hash.c - * Alias to functions: + * Alias to functions: */ echo "*** Testing hash() : error conditions ***\n"; @@ -20,7 +20,7 @@ var_dump(hash_hmac_file('crc32')); var_dump(hash_hmac_file('crc32', $file)); echo "\n-- Testing hash_hmac_file() function with more than expected no. of arguments --\n"; -$extra_arg = 10; +$extra_arg = 10; hash_hmac_file('crc32', $file, $key, TRUE, $extra_arg); echo "\n-- Testing hash_hmac_file() function with invalid hash algorithm --\n"; |
