mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
- MFH: Fix arginfo
This commit is contained in:
parent
164929d557
commit
d4dc662621
@ -647,7 +647,7 @@ PHP_MINFO_FUNCTION(spl)
|
||||
/* }}} */
|
||||
|
||||
static
|
||||
ZEND_BEGIN_ARG_INFO(arginfo_iterator_to_array, 0)
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_iterator_to_array, 0, 0, 1)
|
||||
ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0)
|
||||
ZEND_ARG_INFO(0, use_keys)
|
||||
ZEND_END_ARG_INFO();
|
||||
|
Loading…
Reference in New Issue
Block a user