mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
One fewer walks needed.
This commit is contained in:
@@ -437,7 +437,6 @@ static char *zend_parse_arg_impl(int arg_num, zval **arg, va_list *va, char **sp
|
||||
|
||||
if (c == 's' && alternate_form) {
|
||||
conv = va_arg(*va, UConverter *);
|
||||
spec_walk++;
|
||||
}
|
||||
|
||||
switch (Z_TYPE_PP(arg)) {
|
||||
|
||||
Reference in New Issue
Block a user