From: Andrei Zmievski Date: Sat, 15 Jan 2000 21:35:50 +0000 (+0000) Subject: Another idea I had today. X-Git-Tag: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=878906fbb86a4ad353d156de3cb23b09d55aeb61;p=php Another idea I had today. --- 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"