From: Zeev Suraski Date: Mon, 18 Aug 2003 20:43:09 +0000 (+0000) Subject: ws X-Git-Tag: RELEASE_0_7~580 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5786d4220a6a879bd14800fc3eabb699740ecaa;p=php ws --- 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);