summaryrefslogtreecommitdiff
path: root/ext/hash/hash.c
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2019-12-18 20:38:40 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2019-12-20 14:31:07 +0100
commitd59bc8078291883f1dc010a38c234600c17d0385 (patch)
tree51c3bc32ed71e959dccfb778a297bfb8bf06f259 /ext/hash/hash.c
parentca6c54274cb039f4a86f02c421a91c2cfa8f73b4 (diff)
downloadphp-git-d59bc8078291883f1dc010a38c234600c17d0385.tar.gz
Fix smaller issues with stubs
GH-5025
Diffstat (limited to 'ext/hash/hash.c')
-rw-r--r--ext/hash/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/hash.c b/ext/hash/hash.c
index 94d673ada2..38a32803f4 100644
--- a/ext/hash/hash.c
+++ b/ext/hash/hash.c
@@ -1329,7 +1329,7 @@ static const zend_function_entry hash_functions[] = {
PHP_FE(hash_copy, arginfo_hash_copy)
PHP_FE(hash_algos, arginfo_hash_algos)
- PHP_FE(hash_hmac_algos, arginfo_hash_algos)
+ PHP_FE(hash_hmac_algos, arginfo_hash_hmac_algos)
PHP_FE(hash_pbkdf2, arginfo_hash_pbkdf2)
PHP_FE(hash_equals, arginfo_hash_equals)
PHP_FE(hash_hkdf, arginfo_hash_hkdf)