1
0
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:
Andrei Zmievski
2006-08-04 18:02:20 +00:00
parent 2d6848d426
commit aa398bf8ce

View File

@@ -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)) {