From 73d93df417967d8b939558e7828ec1648d97c5f9 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 6 Jul 2008 01:57:39 +0000 Subject: [PATCH] - Fixed arginfo --- Zend/zend_builtin_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0