diff options
author | Andrei Zmievski <andrei@php.net> | 2001-02-01 05:04:58 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2001-02-01 05:04:58 +0000 |
commit | 0651b4ff16c56867bd588f68a1a8d4046b69a802 (patch) | |
tree | f7275c692554285002f50b7ede3ede441051581a /ext/pcre/php_pcre.h | |
parent | 8fe036596f64ac30c305238ac62df6cd99b77fe7 (diff) | |
download | php-git-0651b4ff16c56867bd588f68a1a8d4046b69a802.tar.gz |
Modified /F handling to allow calling object methods.
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 |