mirror of
https://github.com/php/php-src.git
synced 2025-01-11 21:43:52 +08:00
Fix arginfo
# Yes Jani, it is correct in HEAD :)
This commit is contained in:
parent
eea3226d58
commit
59463c54ce
@ -2403,6 +2403,7 @@ ZEND_END_ARG_INFO()
|
||||
static
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_stream_context_create, 0, 0, 0)
|
||||
ZEND_ARG_INFO(0, options) /* ARRAY_INFO(0, options, 1) */
|
||||
ZEND_ARG_INFO(0, params) /* ARRAY_INFO(0, params, 1) */
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
static
|
||||
|
Loading…
Reference in New Issue
Block a user