diff options
author | Andrei Zmievski <andrei@php.net> | 2003-12-16 21:53:27 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2003-12-16 21:53:27 +0000 |
commit | e9fb9a7fa75b7e8c0381c85628741ec27f2874a9 (patch) | |
tree | f8fa870561593121070e33f9382dbca796e3fdb0 /ext/pcre | |
parent | b4e4d817779ca9d74471ee0b733d3fbc1f9f6a18 (diff) | |
download | php-git-e9fb9a7fa75b7e8c0381c85628741ec27f2874a9.tar.gz |
*** empty log message ***
Diffstat (limited to 'ext/pcre')
-rw-r--r-- | ext/pcre/php_pcre.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 871dbeea7b..4571da5686 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -428,7 +428,7 @@ static void php_pcre_match(INTERNAL_FUNCTION_PARAMETERS, int global) subpat_names = (char **)safe_emalloc(num_subpats, sizeof(char *), 0); memset(subpat_names, 0, sizeof(char *) * num_subpats); { - int name_cnt, name_size, ni = 0; + int name_cnt = 0, name_size, ni = 0; char *name_table; unsigned short name_idx; |