Skip to content

Commit a9c2dcd

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: Add missing "return"
2 parents 1195ab8 + 7a6fb97 commit a9c2dcd

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
@@ -1241,6 +1241,7 @@ static void ZEND_FASTCALL zend_jit_assign_dim_helper(zval *object_ptr, zval *dim
12411241
ZVAL_UNDEF(result);
12421242
}
12431243
}
1244+
return;
12441245
} else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING) && EXPECTED(dim != NULL)) {
12451246
zend_assign_to_string_offset(object_ptr, dim, value, result);
12461247
return;

0 commit comments

Comments
 (0)