helly           Wed Mar 17 14:14:18 2004 EDT

  Modified files:              
    /php-src/ext/spl/tests      array_object_iterator.phpt 
  Log:
  Go with implicit call
  
http://cvs.php.net/diff.php/php-src/ext/spl/tests/array_object_iterator.phpt?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/spl/tests/array_object_iterator.phpt
diff -u php-src/ext/spl/tests/array_object_iterator.phpt:1.3 
php-src/ext/spl/tests/array_object_iterator.phpt:1.4
--- php-src/ext/spl/tests/array_object_iterator.phpt:1.3        Wed Mar 17 14:00:44 
2004
+++ php-src/ext/spl/tests/array_object_iterator.phpt    Wed Mar 17 14:14:15 2004
@@ -82,7 +82,7 @@
 $students->add(new Student('00000014', 'Foo'));
 
 foreach ($students as $student) {
-       echo $student->__tostring()."\n";
+       echo $student, "\n";
 }
 ?>
 ===DONE===

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

Reply via email to