diff options
author | Nuno Lopes <nlopess@php.net> | 2008-01-25 19:38:26 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2008-01-25 19:38:26 +0000 |
commit | 2c1a5c02489b0a2050415d9a3c0c15cfe081d653 (patch) | |
tree | 86cfb387240325b2d114a66a8440074ce7f8d10d /ext/pcre/php_pcre.h | |
parent | 23e3baf62da39b3e37ba9b898537f8fbdad63067 (diff) | |
download | php-git-2c1a5c02489b0a2050415d9a3c0c15cfe081d653.tar.gz |
spread some static keywords
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index 696bb59524..2e4555adba 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -33,14 +33,6 @@ #include <locale.h> #endif -PHP_FUNCTION(preg_match); -PHP_FUNCTION(preg_match_all); -PHP_FUNCTION(preg_replace); -PHP_FUNCTION(preg_replace_callback); -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 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); |