mirror of
https://github.com/php/php-src.git
synced 2025-01-22 03:34:19 +08:00
*** empty log message ***
This commit is contained in:
parent
b4e4d81777
commit
e9fb9a7fa7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user