summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-06-04 13:56:23 +0000
committerAndrey Hristov <andrey@php.net>1999-06-04 13:56:23 +0000
commitdbfeaabb1660c9303327f5fd9c78e79492556752 (patch)
treeb99b536438c0567478495b419bc49fc3d4f5b305 /ext/pcre/php_pcre.h
parentc7a606c4a39b2767e78baf6ccab785dac72d45df (diff)
downloadphp-git-dbfeaabb1660c9303327f5fd9c78e79492556752.tar.gz
Added preg_quote() 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 99f7578ca9..5c7fbbbeb5 100644
--- a/ext/pcre/php_pcre.h
+++ b/ext/pcre/php_pcre.h
@@ -45,6 +45,7 @@ PHP_FUNCTION(preg_match);
PHP_FUNCTION(preg_match_all);
PHP_FUNCTION(preg_replace);
PHP_FUNCTION(preg_split);
+PHP_FUNCTION(preg_quote);
extern zend_module_entry pcre_module_entry;
#define pcre_module_ptr &pcre_module_entry