mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fixed typo
This commit is contained in:
parent
a5a3d507d2
commit
93f7cbf29b
1 changed files with 1 additions and 1 deletions
|
@ -1131,7 +1131,7 @@ static zend_never_inline void zend_binary_assign_op_obj_dim(zval *object, zval *
|
|||
zval_ptr_dtor(&rv);
|
||||
}
|
||||
if (UNEXPECTED(RETURN_VALUE_USED(opline))) {
|
||||
ZVAL_COPY(EX_VAR(opline->result.var), value);
|
||||
ZVAL_COPY(EX_VAR(opline->result.var), &res);
|
||||
}
|
||||
zval_ptr_dtor(&res);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue