]> granicus.if.org Git - php/commitdiff
Update error messages in tests
authorMarcus Boerger <helly@php.net>
Tue, 13 Apr 2004 19:08:54 +0000 (19:08 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 13 Apr 2004 19:08:54 +0000 (19:08 +0000)
ext/spl/tests/array_001.phpt
ext/spl/tests/array_004.phpt

index f2a9337501846cb1c399e66f7a06e18b4dba6268..1c7566ecb9ab80f7d4af4032ec584d72f039222d 100755 (executable)
@@ -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)
index c66fc081040d0b952db0322340a384fc34455aa1..a10386befcb0119dbe5f1bc83fdfea737a861166 100755 (executable)
@@ -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