]> granicus.if.org Git - php/commitdiff
Fixed bug #76918 Repeated parameter name in arg info
authorSara Golemon <pollita@php.net>
Tue, 25 Sep 2018 15:18:24 +0000 (11:18 -0400)
committerSara Golemon <pollita@php.net>
Tue, 25 Sep 2018 15:18:24 +0000 (11:18 -0400)
ext/hash/hash.c

index bbc12aa414bad4afcfe90d692552f3d083e42ca0..e8c554e88de155397a41773db92e0f8444e8c018 100644 (file)
@@ -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)