helly Sun Oct 31 10:43:07 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/spl spl_iterators.c Log: - Fix arginfo http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.38.2.3&r2=1.38.2.4&ty=u Index: php-src/ext/spl/spl_iterators.c diff -u php-src/ext/spl/spl_iterators.c:1.38.2.3 php-src/ext/spl/spl_iterators.c:1.38.2.4 --- php-src/ext/spl/spl_iterators.c:1.38.2.3 Sat Oct 30 15:21:59 2004 +++ php-src/ext/spl/spl_iterators.c Sun Oct 31 10:43:06 2004 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: spl_iterators.c,v 1.38.2.3 2004/10/30 19:21:59 helly Exp $ */ +/* $Id: spl_iterators.c,v 1.38.2.4 2004/10/31 15:43:06 helly Exp $ */ #ifdef HAVE_CONFIG_H # include "config.h" @@ -1260,7 +1260,7 @@ static ZEND_BEGIN_ARG_INFO(arginfo_caching_it___construct, 0) ZEND_ARG_OBJ_INFO(0, iterator, Iterator, 0) - ZEND_ARG_INFO(0, getStrVal) + ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO(); static zend_function_entry spl_funcs_CachingIterator[] = { @@ -1312,8 +1312,7 @@ static ZEND_BEGIN_ARG_INFO_EX(arginfo_caching_rec_it___construct, 0, ZEND_RETURN_REFERENCE_AGNOSTIC, 2) ZEND_ARG_OBJ_INFO(0, iterator, Iterator, 0) - ZEND_ARG_INFO(0, getStrVal) - ZEND_ARG_INFO(0, catch_getChildren) + ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO(); static zend_function_entry spl_funcs_CachingRecursiveIterator[] = {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php