From 0187226da06ac6e18cc2b2ab86cfd842f932548b Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 20 Nov 2006 20:03:46 +0000 Subject: [PATCH] - Fix arginfo --- ext/spl/php_spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.50.1