]> granicus.if.org Git - php/commitdiff
- Fixed arginfo
authorFelipe Pena <felipe@php.net>
Sun, 6 Jul 2008 01:57:39 +0000 (01:57 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 6 Jul 2008 01:57:39 +0000 (01:57 +0000)
Zend/zend_builtin_functions.c

index 25c1e773b8eb4235640b20d6d034d30f583f4df0..5beb2294264b83751d8ffe8507ccb2256d027131 100644 (file)
@@ -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