Fix CID 593 Mark the missing break by an explicit comment, we DO intend to fall through here

This commit is contained in:
Etienne Kneuss 2011-08-12 22:20:35 +00:00
parent 5128d59331
commit 80742189b8

View File

@ -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;