From 5f2e9232978a29d739c9b57b23d316ffead75d59 Mon Sep 17 00:00:00 2001 From: Levi Morrison Date: Sun, 9 Dec 2012 01:11:01 +0000 Subject: [PATCH] Updated return information to match its current implementation. See bug report #60588. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328714 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/multipleiterator/current.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/spl/multipleiterator/current.xml b/reference/spl/multipleiterator/current.xml index f17f300f29..81c61cec22 100644 --- a/reference/spl/multipleiterator/current.xml +++ b/reference/spl/multipleiterator/current.xml @@ -29,8 +29,8 @@ &reftitle.returnvalues; - An array of all registered iterator instances, - or &false; if no sub iterator is attached. + An array containing the current values of each attached iterator, + or &false; if no iterators are attached.