From 58a96d5588ad21961fc627fb19a317a473a1263f Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 6 Sep 2011 06:32:00 +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 000942f9df..16520336d4 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -5911,7 +5911,7 @@ void zend_do_foreach_cont(znode *foreach_token, const znode *open_brackets_token znode dummy, value_node; zend_bool assign_by_ref=0; - opline = &CG(active_op_array)->opcodes[as_token->u.op. opline_num]; + opline = &CG(active_op_array)->opcodes[as_token->u.op.opline_num]; if (key->op_type != IS_UNUSED) { znode *tmp; -- 2.50.1