From b5786d4220a6a879bd14800fc3eabb699740ecaa Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 18 Aug 2003 20:43:09 +0000 Subject: [PATCH] ws --- Zend/zend_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index b66137e884..9403cafa6b 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -457,7 +457,7 @@ void zend_do_assign(znode *result, znode *variable, znode *value TSRMLS_DC) zend_do_op_data(opline, value TSRMLS_CC); SET_UNUSED(opline->result); *result = last_op->result; - } else if (last_op->opcode == ZEND_FETCH_DIM_W) { + } else if (last_op->opcode == ZEND_FETCH_DIM_W) { last_op->opcode = ZEND_ASSIGN_DIM; zend_do_op_data(opline, value TSRMLS_CC); -- 2.50.0