mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add missing "return"
This commit is contained in:
parent
8d7d87cdc4
commit
c9901aa594
1 changed files with 1 additions and 0 deletions
|
@ -1412,6 +1412,7 @@ static void ZEND_FASTCALL zend_jit_assign_dim_helper(zval *object_ptr, zval *dim
|
|||
ZVAL_UNDEF(result);
|
||||
}
|
||||
}
|
||||
return;
|
||||
} else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING) && EXPECTED(dim != NULL)) {
|
||||
zend_assign_to_string_offset(object_ptr, dim, value, result);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue