diff options
Diffstat (limited to 'ext/hash/tests/hash_equals.phpt')
| -rw-r--r-- | ext/hash/tests/hash_equals.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/hash/tests/hash_equals.phpt b/ext/hash/tests/hash_equals.phpt index 8fdf22967e..0c8ab42f93 100644 --- a/ext/hash/tests/hash_equals.phpt +++ b/ext/hash/tests/hash_equals.phpt @@ -1,7 +1,5 @@ --TEST-- -hash_equals() function ---SKIPIF-- -<?php if(!extension_loaded('hash')) die('skip hash extension not loaded'); ?> +Hash: hash_equals() test --FILE-- <?php var_dump(hash_equals("same", "same")); |
