helly           Tue Apr 27 11:48:20 2004 EDT

  Modified files:              
    /php-src/ext/spl/tests      array_004.phpt 
  Log:
  Fix test
  
http://cvs.php.net/diff.php/php-src/ext/spl/tests/array_004.phpt?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/spl/tests/array_004.phpt
diff -u php-src/ext/spl/tests/array_004.phpt:1.3 
php-src/ext/spl/tests/array_004.phpt:1.4
--- php-src/ext/spl/tests/array_004.phpt:1.3    Sun Apr 25 07:14:11 2004
+++ php-src/ext/spl/tests/array_004.phpt        Tue Apr 27 11:48:20 2004
@@ -133,11 +133,11 @@
 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

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

Reply via email to