helly           Fri Jul 21 21:54:49 2006 UTC

  Modified files:              
    /php-src/ext/spl/examples   dualiterator.inc 
    /php-src/ext/spl/internal   regexiterator.inc 
  Log:
  - Update docu
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/examples/dualiterator.inc?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/examples/dualiterator.inc
diff -u php-src/ext/spl/examples/dualiterator.inc:1.1 
php-src/ext/spl/examples/dualiterator.inc:1.2
--- php-src/ext/spl/examples/dualiterator.inc:1.1       Thu May 25 17:44:59 2006
+++ php-src/ext/spl/examples/dualiterator.inc   Fri Jul 21 21:54:49 2006
@@ -1,6 +1,6 @@
 <?php
 
-/** @file DualIterator.inc
+/** @file dualiterator.inc
  * @ingroup Examples
  * @brief class DualIterator
  * @author  Marcus Boerger
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/internal/regexiterator.inc?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/spl/internal/regexiterator.inc
diff -u php-src/ext/spl/internal/regexiterator.inc:1.7 
php-src/ext/spl/internal/regexiterator.inc:1.8
--- php-src/ext/spl/internal/regexiterator.inc:1.7      Fri Jul 21 19:57:36 2006
+++ php-src/ext/spl/internal/regexiterator.inc  Fri Jul 21 21:54:49 2006
@@ -145,13 +145,6 @@
                $this->flags = $flags;
        }
 
-       /** @param mode new operaion mode
-        */
-       function setMode($mode)
-       {
-               $this->mode = $mode;
-       }
-
        /** @return current PREG flags
         */
        function getPregFlags()
@@ -159,7 +152,7 @@
                return $this->preg_flags;
        }
 
-       /** @param flags new PREG flags
+       /** @param preg_flags new PREG flags
         */
        function setPregFlags($preg_flags)
        {

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

Reply via email to