From 3b1843bc9f0df977eee00ff13d5fe54984bdb7a3 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Thu, 10 Jun 1999 14:41:38 +0000 Subject: Added preg_grep() function. --- ext/pcre/php_pcre.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pcre/php_pcre.h') diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index 5c7fbbbeb5..38042366f4 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -46,6 +46,7 @@ PHP_FUNCTION(preg_match_all); PHP_FUNCTION(preg_replace); PHP_FUNCTION(preg_split); PHP_FUNCTION(preg_quote); +PHP_FUNCTION(preg_grep); extern zend_module_entry pcre_module_entry; #define pcre_module_ptr &pcre_module_entry -- cgit v1.2.1