fix calling convention and arg types
[m6w6/ext-psi] / src / types / number.c
index c3ec31b6d99ac83b9c07da92764b9dadd2bb02c3..10505dfe8988169b229b71de1f509d415e202038 100644 (file)
@@ -576,7 +576,7 @@ static inline bool psi_number_validate_number(struct psi_data *data, struct psi_
                                                return true;
                                        }
                                }
-                               break;
+                               /* no break */
                        default:
                                zend_string_release(exp->data.numb);
                                exp->type = PSI_T_INT64;