header cleanups; fix IDE warnings
[m6w6/ext-http] / php_http_url.h
index 02535d84e3c2088cefbd2f097198b3278f7f948c..3216403502df9fcb87a24fbf322b785314bf7e6b 100644 (file)
@@ -113,9 +113,11 @@ static inline HashTable *php_http_url_to_struct(php_url *url, zval *strct TSRMLS
                        default:
                                zval_dtor(strct);
                                array_init(strct);
+                               /* no break */
                        case IS_ARRAY:
                        case IS_OBJECT:
                                INIT_PZVAL_ARRAY((&arr), HASH_OF(strct));
+                               break;
                }
        } else {
                INIT_PZVAL(&arr);