From d59bc8078291883f1dc010a38c234600c17d0385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Wed, 18 Dec 2019 20:38:40 +0100 Subject: Fix smaller issues with stubs GH-5025 --- ext/hash/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/hash/hash.c') 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) -- cgit v1.2.1