mirror of
https://github.com/php/php-src.git
synced 2024-12-25 01:40:50 +08:00
Fix CID 593 Mark the missing break by an explicit comment, we DO intend to fall through here
This commit is contained in:
parent
5128d59331
commit
80742189b8
@ -214,6 +214,7 @@ next_step:
|
||||
zend_clear_exception(TSRMLS_C);
|
||||
}
|
||||
}
|
||||
/* fall through */
|
||||
case RS_START:
|
||||
if (iterator->funcs->valid(iterator TSRMLS_CC) == FAILURE) {
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user