summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-07-21 21:55:43 +0000
committerMarcus Boerger <helly@php.net>2006-07-21 21:55:43 +0000
commita6f8252f9b5deef3b78c0635e10e693739312b56 (patch)
tree20ebe4cada13c43e1ae54f7a9ac2d6b7425bbfe8
parent6a738f6b5b54648eb6dd6dc18051731cd25cd8b0 (diff)
downloadphp-git-a6f8252f9b5deef3b78c0635e10e693739312b56.tar.gz
- MFH Update docu
-rwxr-xr-xext/spl/examples/dualiterator.inc2
-rwxr-xr-xext/spl/internal/regexiterator.inc9
2 files changed, 2 insertions, 9 deletions
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 @@
<?php
-/** @file DualIterator.inc
+/** @file dualiterator.inc
* @ingroup Examples
* @brief class DualIterator
* @author Marcus Boerger
diff --git a/ext/spl/internal/regexiterator.inc b/ext/spl/internal/regexiterator.inc
index 931bde0237..6548f911f7 100755
--- a/ext/spl/internal/regexiterator.inc
+++ b/ext/spl/internal/regexiterator.inc
@@ -145,13 +145,6 @@ class RegexIterator implements FilterIterator
$this->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)
{