diff options
| author | Sara Golemon <pollita@php.net> | 2005-11-18 21:39:29 +0000 |
|---|---|---|
| committer | Sara Golemon <pollita@php.net> | 2005-11-18 21:39:29 +0000 |
| commit | a00062d63e3d79db3abb3ce428d343f1de7bf3a7 (patch) | |
| tree | e1b218806a50655f15c4991b2a08835f6d141f21 | |
| parent | a0f5787e20e888add5d813cd33cdc26db9c3b30e (diff) | |
| download | php-git-a00062d63e3d79db3abb3ce428d343f1de7bf3a7.tar.gz | |
Typo
| -rw-r--r-- | ext/hash/tests/sha384.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/tests/sha384.phpt b/ext/hash/tests/sha384.phpt index 60e5f5c42d..3e1272026f 100644 --- a/ext/hash/tests/sha384.phpt +++ b/ext/hash/tests/sha384.phpt @@ -1,5 +1,5 @@ --TEST-- -sha512 algorithm +sha384 algorithm --SKIPIF-- <?php if(!extension_loaded("hash")) print "skip"; ?> --FILE-- |
