From: Felipe Pena Date: Sun, 6 Jul 2008 01:57:39 +0000 (+0000) Subject: - Fixed arginfo X-Git-Tag: php-5.3.0alpha1~491 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73d93df417967d8b939558e7828ec1648d97c5f9;p=php - Fixed arginfo --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 25c1e773b8..5beb229426 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -158,7 +158,7 @@ ZEND_END_ARG_INFO() static ZEND_BEGIN_ARG_INFO_EX(arginfo_each, 0, 0, 1) - ZEND_ARG_INFO(0, arr) + ZEND_ARG_INFO(1, arr) ZEND_END_ARG_INFO() static