mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
Goto targets should not be indented (some compilers choke on this, iirc)
This commit is contained in:
parent
3b207ccb12
commit
bdd3b13c53
@ -211,7 +211,7 @@ static zval * sxe_prop_dim_read(zval *object, zval *member, zend_bool elements,
|
||||
break;
|
||||
}
|
||||
}
|
||||
next_iter:
|
||||
next_iter:
|
||||
node = node->next;
|
||||
}
|
||||
if (node) {
|
||||
|
Loading…
Reference in New Issue
Block a user