summaryrefslogtreecommitdiff
path: root/ext/spl/spl_iterators.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-05-11 00:15:25 +0000
committerMarcus Boerger <helly@php.net>2007-05-11 00:15:25 +0000
commit93583f9680496fa38743735a7a2f93ca19446eea (patch)
tree887a20b640376ee76e16d936e4f10781241ebabc /ext/spl/spl_iterators.h
parent8de1ecef64be13c1cde539d8bc5bcaff4b38697f (diff)
downloadphp-git-93583f9680496fa38743735a7a2f93ca19446eea.tar.gz
- MFH Add invert option to RegexIterator
Diffstat (limited to 'ext/spl/spl_iterators.h')
-rwxr-xr-xext/spl/spl_iterators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/spl_iterators.h b/ext/spl/spl_iterators.h
index 5cd44e6a92..c60edaaae5 100755
--- a/ext/spl/spl_iterators.h
+++ b/ext/spl/spl_iterators.h
@@ -94,6 +94,7 @@ enum {
enum {
/* public */
REGIT_USE_KEY = 0x00000001,
+ REGIT_INVERTED = 0x00000002,
};
typedef enum {