helly           Thu Jan  5 19:00:27 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/spl/internal   limititerator.inc 
  Log:
  - MFH Fix docu
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/limititerator.inc?r1=1.8&r2=1.8.2.1&diff_format=u
Index: php-src/ext/spl/internal/limititerator.inc
diff -u php-src/ext/spl/internal/limititerator.inc:1.8 
php-src/ext/spl/internal/limititerator.inc:1.8.2.1
--- php-src/ext/spl/internal/limititerator.inc:1.8      Thu Feb 17 00:24:57 2005
+++ php-src/ext/spl/internal/limititerator.inc  Thu Jan  5 19:00:27 2006
@@ -32,7 +32,7 @@
         *
         * @param it     Iterator to limit
         * @param offset Offset to first element
-        * @param count  Maximum number of elements to show or NULL for all
+        * @param count  Maximum number of elements to show or -1 for all
         */
        function __construct(Iterator $it, $offset = 0, $count = -1)
        {

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

Reply via email to