From b5d0eb44c0c1a452a82054e860e8c6a9420ac5df Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 25 Sep 2018 11:18:24 -0400 Subject: Fixed bug #76918 Repeated parameter name in arg info --- ext/hash/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/hash/hash.c b/ext/hash/hash.c index bbc12aa414..e8c554e88d 100644 --- a/ext/hash/hash.c +++ b/ext/hash/hash.c @@ -1292,7 +1292,7 @@ ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_hash_update_file, 0, 0, 2) ZEND_ARG_INFO(0, context) ZEND_ARG_INFO(0, filename) - ZEND_ARG_INFO(0, context) + ZEND_ARG_INFO(0, stream_context) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_hash_final, 0, 0, 1) -- cgit v1.2.1