diff options
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index 8c3a2f73a3..3923d10670 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -40,11 +40,6 @@ PHP_FUNCTION(preg_split); PHP_FUNCTION(preg_quote); PHP_FUNCTION(preg_grep); -char *php_pcre_replace(char *regex, int regex_len, - char *subject, int subject_len, - char *replace, int replace_len, - int *result_len, int limit); - extern zend_module_entry pcre_module_entry; #define pcre_module_ptr &pcre_module_entry |