From: Marcus Boerger Date: Mon, 20 Nov 2006 20:03:46 +0000 (+0000) Subject: - Fix arginfo X-Git-Tag: RELEASE_1_0_0RC1~960 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0187226da06ac6e18cc2b2ab86cfd842f932548b;p=php - Fix arginfo --- diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index cbcd9bd985..b990e3243f 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -658,7 +658,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();