diff options
author | Andrei Zmievski <andrei@php.net> | 2000-01-15 21:35:50 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-01-15 21:35:50 +0000 |
commit | 878906fbb86a4ad353d156de3cb23b09d55aeb61 (patch) | |
tree | 1b701973b0d25591b23d2fbdb1bdb1cfb30ebf0b /ext/pcre/php_pcre.c | |
parent | 2fc0dac01eab9ebb63f7be523ffaa454b812d4a2 (diff) | |
download | php-git-878906fbb86a4ad353d156de3cb23b09d55aeb61.tar.gz |
Another idea I had today.
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r-- | ext/pcre/php_pcre.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index c8122c6b35..2624084184 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -23,6 +23,7 @@ - Allow user to set PCRE_NOTEMPTY, PCRE_ANCHORED at execution time - Make new modifier, similar to /e, that passes matches to a user-defined function + - add option to preg_grep() to return entries that _don't_ match */ #include "php.h" |