From c56ca79733f536e1d59bb63fa472358e09a6ab7a Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 27 Apr 2004 15:48:20 +0000 Subject: [PATCH] Fix test --- ext/spl/tests/array_004.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/spl/tests/array_004.phpt b/ext/spl/tests/array_004.phpt index 4c850329ae..e7abf2b1dc 100755 --- a/ext/spl/tests/array_004.phpt +++ b/ext/spl/tests/array_004.phpt @@ -133,11 +133,11 @@ Notice: main(): ArrayIterator::next(): Array was modified outside object and int 1=>1 - 0=>0 1=>1 - 1=>1 -Notice: main(): ArrayIterator::next(): Array was modified outside object and is no longer an array in %sarray_004.php on line %d +Notice: main(): ArrayIterator::current(): Array was modified outside object and is no longer an array in %sarray_004.php on line %d Notice: main(): ArrayIterator::valid(): Array was modified outside object and is no longer an array in %sarray_004.php on line %d -Notice: main(): ArrayIterator::next(): Array was modified outside object and is no longer an array in %sarray_004.php on line %d +Notice: main(): ArrayIterator::current(): Array was modified outside object and is no longer an array in %sarray_004.php on line %d Notice: main(): ArrayIterator::valid(): Array was modified outside object and is no longer an array in %sarray_004.php on line %d Done -- 2.50.1