Skip to content

Commit c9901aa

Browse files
committed
Add missing "return"
1 parent 8d7d87c commit c9901aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/jit/zend_jit_helpers.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,6 +1412,7 @@ static void ZEND_FASTCALL zend_jit_assign_dim_helper(zval *object_ptr, zval *dim
14121412
ZVAL_UNDEF(result);
14131413
}
14141414
}
1415+
return;
14151416
} else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING) && EXPECTED(dim != NULL)) {
14161417
zend_assign_to_string_offset(object_ptr, dim, value, result);
14171418
return;

0 commit comments

Comments
 (0)