cvs: ZendEngine2(PHP_5_3) / zend_builtin_functions.c

"Felipe Pena" <[email protected]>
Newsgroups gmane.comp.php.cvs.zend
Message-ID <cvsfelipe1215309459@cvsserver>
felipe		Sun Jul  6 01:57:39 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /ZendEngine2	zend_builtin_functions.c 
  Log:
  - Fixed arginfo
  
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_builtin_functions.c?r1=1.277.2.12.2.25.2.22&r2=1.277.2.12.2.25.2.23&diff_format=u
Index: ZendEngine2/zend_builtin_functions.c
diff -u ZendEngine2/zend_builtin_functions.c:1.277.2.12.2.25.2.22 ZendEngine2/zend_builtin_functions.c:1.277.2.12.2.25.2.23
--- ZendEngine2/zend_builtin_functions.c:1.277.2.12.2.25.2.22	Sat Jul  5 23:30:22 2008
+++ ZendEngine2/zend_builtin_functions.c	Sun Jul  6 01:57:39 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_builtin_functions.c,v 1.277.2.12.2.25.2.22 2008/07/05 23:30:22 felipe Exp $ */
+/* $Id: zend_builtin_functions.c,v 1.277.2.12.2.25.2.23 2008/07/06 01:57:39 felipe Exp $ */
 
 #include "zend.h"
 #include "zend_API.h"
@@ -158,7 +158,7 @@
 
 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



-- 
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.