Fix arginfo

# Yes Jani, it is correct in HEAD :)
This commit is contained in:
Hannes Magnusson 2008-08-16 11:11:46 +00:00
parent eea3226d58
commit 59463c54ce

View File

@ -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