From: Andi Gutmans Date: Sun, 21 Nov 1999 18:19:08 +0000 (+0000) Subject: That slipped away X-Git-Tag: ZEND_OPTIMIZER_B1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3ca328b341f5e93046e8c3009a8988f40e2025e;p=php That slipped away --- diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 39bff9225a..12dee19586 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -493,7 +493,7 @@ static inline void zend_fetch_var_address(znode *result, znode *op1, znode *op2, if (op2->u.fetch_type == ZEND_FETCH_LOCAL) { FREE_OP(op1, free_op1); } else if (op2->u.fetch_type == ZEND_FETCH_STATIC) { - zval_update_constant(*retval); + zval_update_constant(retval); } if (varname == &tmp_varname) {