From 42871790fb1bc042de7ce2f22e386249f447757f Mon Sep 17 00:00:00 2001 From: Ole Aass Date: Sat, 19 Jan 2013 14:46:31 +0000 Subject: [PATCH] Bug #63718 - Changed to ArrayIterator and to ArrayIterator::setFlags() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329238 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/arrayiterator/construct.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/spl/arrayiterator/construct.xml b/reference/spl/arrayiterator/construct.xml index ac06bddacf..48e8a074bb 100644 --- a/reference/spl/arrayiterator/construct.xml +++ b/reference/spl/arrayiterator/construct.xml @@ -38,8 +38,8 @@ flags - Flags to control the behaviour of the ArrayObject object. - See ArrayObject::setFlags. + Flags to control the behaviour of the ArrayIterator object. + See ArrayIterator::setFlags.