From: Marcus Boerger Date: Fri, 21 Jul 2006 21:55:43 +0000 (+0000) Subject: - MFH Update docu X-Git-Tag: php-5.2.0RC1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6f8252f9b5deef3b78c0635e10e693739312b56;p=php - MFH Update docu --- diff --git a/ext/spl/examples/dualiterator.inc b/ext/spl/examples/dualiterator.inc index dae381f9c0..544034856a 100755 --- a/ext/spl/examples/dualiterator.inc +++ b/ext/spl/examples/dualiterator.inc @@ -1,6 +1,6 @@ flags = $flags; } - /** @param mode new operaion mode - */ - function setMode($mode) - { - $this->mode = $mode; - } - /** @return current PREG flags */ function getPregFlags() @@ -159,7 +152,7 @@ class RegexIterator implements FilterIterator return $this->preg_flags; } - /** @param flags new PREG flags + /** @param preg_flags new PREG flags */ function setPregFlags($preg_flags) {