diff options
| author | Marcus Boerger <helly@php.net> | 2006-07-19 20:30:52 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2006-07-19 20:30:52 +0000 |
| commit | 8dc11c8c2822da2e93a5bff6fc8cfa49d1018e3b (patch) | |
| tree | 19f33fe56d5a6401d174170670a8444635a988a1 /ext/pcre/php_pcre.h | |
| parent | 93d4de150eb94b467b31fbcc0700c30ed1ffcd6c (diff) | |
| download | php-git-8dc11c8c2822da2e93a5bff6fc8cfa49d1018e3b.tar.gz | |
- WS
Diffstat (limited to 'ext/pcre/php_pcre.h')
| -rw-r--r-- | ext/pcre/php_pcre.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index 1bef83ddbe..46af2c85df 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -41,7 +41,7 @@ PHP_FUNCTION(preg_split); PHP_FUNCTION(preg_quote); PHP_FUNCTION(preg_grep); -PHPAPI 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, int *replace_count TSRMLS_DC); +PHPAPI 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, int *replace_count TSRMLS_DC); PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC); PHPAPI pcre* pcre_get_compiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *coptions TSRMLS_DC); PHPAPI void php_pcre_split(pcre *re, pcre_extra *extra, char *subject, int subject_len, zval *return_value, |
