From: Stanislav Malyshev Date: Mon, 15 Dec 2008 11:31:56 +0000 (+0000) Subject: initialize op2 X-Git-Tag: php-5.4.0alpha1~191^2~4806 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=579209d731a7f680bd57573e478356cf4a241323;p=php initialize op2 --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index a7dd2688a4..535c728128 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -1794,6 +1794,7 @@ void zend_do_begin_dynamic_function_call(znode *function_name, int ns_call TSRML Z_LVAL(opline2->op1.u.constant) = prefix_len; /* this is the hash of the non-prefixed part, lowercased */ opline2->extended_value = zend_u_hash_func(type, slash, name_len+1); + SET_UNUSED(opline2->op2); } else { opline->opcode = ZEND_INIT_FCALL_BY_NAME; opline->op2 = *function_name;