Browse Source

Fixed bug #76918 Repeated parameter name in arg info

pull/3560/head
Sara Golemon 8 years ago
parent
commit
b5d0eb44c0
  1. 2
      ext/hash/hash.c

2
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)

Loading…
Cancel
Save