helly           Tue Apr 13 15:08:54 2004 EDT

  Modified files:              
    /php-src/ext/spl/tests      array_001.phpt array_004.phpt 
  Log:
  Update error messages in tests
  
http://cvs.php.net/diff.php/php-src/ext/spl/tests/array_001.phpt?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/spl/tests/array_001.phpt
diff -u php-src/ext/spl/tests/array_001.phpt:1.1 
php-src/ext/spl/tests/array_001.phpt:1.2
--- php-src/ext/spl/tests/array_001.phpt:1.1    Tue Apr 13 15:06:39 2004
+++ php-src/ext/spl/tests/array_001.phpt        Tue Apr 13 15:08:54 2004
@@ -75,15 +75,15 @@
 }
 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)
http://cvs.php.net/diff.php/php-src/ext/spl/tests/array_004.phpt?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/spl/tests/array_004.phpt
diff -u php-src/ext/spl/tests/array_004.phpt:1.1 
php-src/ext/spl/tests/array_004.phpt:1.2
--- php-src/ext/spl/tests/array_004.phpt:1.1    Tue Apr 13 15:06:39 2004
+++ php-src/ext/spl/tests/array_004.phpt        Tue Apr 13 15:08:54 2004
@@ -117,11 +117,11 @@
 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 @@
 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to