Skip to content

Commit b5d0eb4

Browse files
committed
Fixed bug #76918 Repeated parameter name in arg info
1 parent 9e56a33 commit b5d0eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/hash/hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ ZEND_END_ARG_INFO()
12921292
ZEND_BEGIN_ARG_INFO_EX(arginfo_hash_update_file, 0, 0, 2)
12931293
ZEND_ARG_INFO(0, context)
12941294
ZEND_ARG_INFO(0, filename)
1295-
ZEND_ARG_INFO(0, context)
1295+
ZEND_ARG_INFO(0, stream_context)
12961296
ZEND_END_ARG_INFO()
12971297

12981298
ZEND_BEGIN_ARG_INFO_EX(arginfo_hash_final, 0, 0, 1)

0 commit comments

Comments
 (0)