mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Typo.
This commit is contained in:
parent
01e677b37b
commit
180e98f5cb
1 changed files with 1 additions and 1 deletions
|
@ -977,7 +977,7 @@ static int zend_parse_va_args(int num_args, char *type_spec, va_list *va, int fl
|
|||
}
|
||||
|
||||
if (T_arg_type == -1) {
|
||||
T_arg_type == ZEND_STR_TYPE;
|
||||
T_arg_type = ZEND_STR_TYPE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue