summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-06-10 14:41:38 +0000
committerAndrey Hristov <andrey@php.net>1999-06-10 14:41:38 +0000
commit3b1843bc9f0df977eee00ff13d5fe54984bdb7a3 (patch)
tree5646fdb341ac71e37347f20dd4fb4139523db6e3 /ext/pcre/php_pcre.h
parentf6ad4b09c1d456c7b91bf88ca8dbb3550c31e5d9 (diff)
downloadphp-git-3b1843bc9f0df977eee00ff13d5fe54984bdb7a3.tar.gz
Added preg_grep() function.
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r--ext/pcre/php_pcre.h1
1 files changed, 1 insertions, 0 deletions
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