From: Marcus Boerger Date: Tue, 27 Apr 2004 15:48:20 +0000 (+0000) Subject: Fix test X-Git-Tag: RELEASE_0_1~353 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c56ca79733f536e1d59bb63fa472358e09a6ab7a;p=php Fix test --- 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