summaryrefslogtreecommitdiff
path: root/ext/hash/tests/hash_serialize_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/tests/hash_serialize_002.phpt')
-rw-r--r--ext/hash/tests/hash_serialize_002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/tests/hash_serialize_002.phpt b/ext/hash/tests/hash_serialize_002.phpt
index b6b4ccfb5e..15ecf94c1e 100644
--- a/ext/hash/tests/hash_serialize_002.phpt
+++ b/ext/hash/tests/hash_serialize_002.phpt
@@ -4,7 +4,7 @@ Hash: serialize()/unserialize() with HASH_HMAC
<?php
$algos = hash_algos();
-$non_crypto = ["adler32", "crc32", "crc32b", "crc32c", "fnv132", "fnv1a32", "fnv164", "fnv1a64", "joaat"];
+$non_crypto = ["adler32", "crc32", "crc32b", "crc32c", "fnv132", "fnv1a32", "fnv164", "fnv1a64", "joaat", "murmur3a", "murmur3c", "murmur3f", "xxh32", "xxh64", "xxh3", "xxh128"];
$key = "This is the key that I have";
foreach ($algos as $algo) {