summaryrefslogtreecommitdiff
path: root/ext/hash/tests/bug70312.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/tests/bug70312.phpt')
-rw-r--r--ext/hash/tests/bug70312.phpt4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/hash/tests/bug70312.phpt b/ext/hash/tests/bug70312.phpt
index 10e4fdefa9..87d72eb6aa 100644
--- a/ext/hash/tests/bug70312.phpt
+++ b/ext/hash/tests/bug70312.phpt
@@ -1,7 +1,5 @@
--TEST--
-Bug #70312 HAVAL gives wrong hashes in specific cases
---SKIPIF--
-<?php if(!extension_loaded("hash")) print "skip"; ?>
+Bug #70312 (HAVAL gives wrong hashes in specific cases)
--FILE--
<?php
var_dump(hash('haval128,5', '1234567890123456789012345678901234567890123456789012345678901234'));