From 27aee6b1dd5381a1edc348a64b1a5cf16eaf4dca Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 13 Apr 2004 19:08:54 +0000 Subject: [PATCH] Update error messages in tests --- ext/spl/tests/array_001.phpt | 8 ++++---- ext/spl/tests/array_004.phpt | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ext/spl/tests/array_001.phpt b/ext/spl/tests/array_001.phpt index f2a9337501..1c7566ecb9 100755 --- a/ext/spl/tests/array_001.phpt +++ b/ext/spl/tests/array_001.phpt @@ -75,15 +75,15 @@ object(ArrayObject)#1 (5) { } int(0) -Notice: Undefined offset: 6 in %sarray_object.php on line %d +Notice: Undefined offset: 6 in %sarray_001.php on line %d NULL -Notice: Undefined index: b in %sarray_object.php on line %d +Notice: Undefined index: b in %sarray_001.php on line %d NULL -Notice: Undefined offset: 7 in %sarray_object.php on line %d +Notice: Undefined offset: 7 in %sarray_001.php on line %d -Notice: Undefined index: c in %sarray_object.php on line %d +Notice: Undefined index: c in %sarray_001.php on line %d object(ArrayObject)#1 (2) { [0]=> int(0) diff --git a/ext/spl/tests/array_004.phpt b/ext/spl/tests/array_004.phpt index c66fc08104..a10386befc 100755 --- a/ext/spl/tests/array_004.phpt +++ b/ext/spl/tests/array_004.phpt @@ -117,11 +117,11 @@ echo "Done\n"; 1=>1 - 0=>0 1=>1 - 1=>1 -Notice: ArrayIterator::next(): Array was modified outside object and internal position is no longer valid in %sarray_iterator.php on line %d +Notice: ArrayIterator::next(): Array was modified outside object and internal position is no longer valid in %sarray_004.php on line %d 1=>1 - 0=>0 1=>1 - 2=>2 -Notice: ArrayIterator::next(): Array was modified outside object and internal position is no longer valid in %sarray_iterator.php on line %d +Notice: ArrayIterator::next(): Array was modified outside object and internal position is no longer valid in %sarray_004.php on line %d 0=>0 - 0=>0 0=>0 - 2=>2 2=>2 - 0=>0 @@ -133,11 +133,11 @@ Notice: ArrayIterator::next(): Array was modified outside object and internal po 1=>1 - 0=>0 1=>1 - 1=>1 -Notice: ArrayIterator::next(): Array was modified outside object and is no longer an array in %sarray_iterator.php on line %d +Notice: ArrayIterator::next(): Array was modified outside object and is no longer an array in %sarray_004.php on line %d -Notice: ArrayIterator::valid(): Array was modified outside object and is no longer an array in %sarray_iterator.php on line %d +Notice: ArrayIterator::valid(): Array was modified outside object and is no longer an array in %sarray_004.php on line %d -Notice: ArrayIterator::next(): Array was modified outside object and is no longer an array in %sarray_iterator.php on line %d +Notice: ArrayIterator::next(): Array was modified outside object and is no longer an array in %sarray_004.php on line %d -Notice: ArrayIterator::valid(): Array was modified outside object and is no longer an array in %sarray_iterator.php on line %d +Notice: ArrayIterator::valid(): Array was modified outside object and is no longer an array in %sarray_004.php on line %d Done -- 2.50.1