diff options
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index f566c263c9..6e550b469d 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -41,6 +41,9 @@ 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, + zval *replace_val, int is_callable_replace, int *result_len, int limit TSRMLS_DC); + extern zend_module_entry pcre_module_entry; #define pcre_module_ptr &pcre_module_entry |