mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
Merge branch 'PHP-7.3'
* PHP-7.3: Fixed bug #76918 Repeated parameter name in arg info
This commit is contained in:
commit
ffc7f8ae52
1 changed files with 1 additions and 1 deletions
|
@ -1362,7 +1362,7 @@ ZEND_END_ARG_INFO()
|
||||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_hash_update_file, 0, 0, 2)
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_hash_update_file, 0, 0, 2)
|
||||||
ZEND_ARG_INFO(0, context)
|
ZEND_ARG_INFO(0, context)
|
||||||
ZEND_ARG_INFO(0, filename)
|
ZEND_ARG_INFO(0, filename)
|
||||||
ZEND_ARG_INFO(0, context)
|
ZEND_ARG_INFO(0, stream_context)
|
||||||
ZEND_END_ARG_INFO()
|
ZEND_END_ARG_INFO()
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_hash_final, 0, 0, 1)
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_hash_final, 0, 0, 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue