Skip to content

Commit 3194cc4

Browse files
committed
fix blankets
1 parent e8f1040 commit 3194cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/gmp/gmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ static zend_result shift_operator_helper(gmp_binary_ui_op_t op, zval *return_val
353353
shift = zval_try_get_long(op2, &failed);
354354
if (UNEXPECTED(failed)) {
355355
return FAILURE;
356+
}
356357
break;
357-
}
358358
case IS_STRING:
359359
if (is_numeric_str_function(Z_STR_P(op2), &shift, NULL) != IS_LONG) {
360360
goto valueof_op_failure;

0 commit comments

Comments
 (0)