]> granicus.if.org Git - php/commitdiff
Fix CID 593 Mark the missing break by an explicit comment, we DO intend to fall throu...
authorEtienne Kneuss <colder@php.net>
Fri, 12 Aug 2011 22:20:35 +0000 (22:20 +0000)
committerEtienne Kneuss <colder@php.net>
Fri, 12 Aug 2011 22:20:35 +0000 (22:20 +0000)
ext/spl/spl_iterators.c

index 57f3d5200fbdcbe761db6ecaae97fb3957211a7a..860cccee4d77276cafb147aba09e9aa211d9e885 100755 (executable)
@@ -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;