summaryrefslogtreecommitdiff
path: root/ext/spl/internal/regexiterator.inc
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-07-21 21:54:49 +0000
committerMarcus Boerger <helly@php.net>2006-07-21 21:54:49 +0000
commitdb47731174c8c0a86836e822cb7a6b190c0a55fa (patch)
tree2b63b320b0a93411c051b14352d409fed800b7e0 /ext/spl/internal/regexiterator.inc
parent0f92e907ce8494a837755ab9481af56d2f51ae87 (diff)
downloadphp-git-db47731174c8c0a86836e822cb7a6b190c0a55fa.tar.gz
- Update docu
Diffstat (limited to 'ext/spl/internal/regexiterator.inc')
-rwxr-xr-xext/spl/internal/regexiterator.inc9
1 files changed, 1 insertions, 8 deletions
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)
{