summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r--Zend/zend_operators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c
index a6172179f5..3176cb505b 100644
--- a/Zend/zend_operators.c
+++ b/Zend/zend_operators.c
@@ -144,7 +144,7 @@ try_again:
ZVAL_UNREF(op);
} else {
Z_DELREF_P(op);
- ZVAL_COPY_VALUE(op, Z_REFVAL_P(op));
+ ZVAL_COPY(op, Z_REFVAL_P(op));
}
goto try_again;
case IS_STRING: