]> granicus.if.org Git - php/commitdiff
- Fix arginfo
authorMarcus Boerger <helly@php.net>
Mon, 20 Nov 2006 20:03:46 +0000 (20:03 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 20 Nov 2006 20:03:46 +0000 (20:03 +0000)
ext/spl/php_spl.c

index cbcd9bd985037418f4738c25ccaa6425fe0a633b..b990e3243fb50dcc359b02b897de664522f7648a 100755 (executable)
@@ -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();