From: Dmitry Stogov Date: Mon, 10 Oct 2005 10:50:35 +0000 (+0000) Subject: MFH X-Git-Tag: RELEASE_0_9_1~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3105c7ef6e05abf8d84c0746157fc39d2457903;p=php MFH --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index a2591fa9a7..90a8253f3a 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -566,10 +566,10 @@ static zend_bool opline_is_fetch_this(zend_op *opline TSRMLS_DC) void zend_do_assign(znode *result, znode *variable, znode *value TSRMLS_DC) { + int last_op_number = get_next_op_number(CG(active_op_array)); zend_op *opline = get_next_op(CG(active_op_array) TSRMLS_CC); if (variable->op_type == IS_VAR) { - int last_op_number = get_next_op_number(CG(active_op_array)); int n = 0; while (last_op_number - n > 0) {