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 181d01eddf..35ab1c0197 100644
--- a/Zend/zend_operators.c
+++ b/Zend/zend_operators.c
@@ -333,7 +333,7 @@ static void convert_scalar_to_array(zval *op, int type)
*entry = *op;
entry->refcount = 1;
- entry->is_ref = 0;
+ entry->EA = 0;
switch (type) {
case IS_ARRAY: