Skip to content

Commit

Permalink
That slipped away
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Gutmans committed Nov 21, 1999
1 parent 6358c66 commit f3ca328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_execute.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f3ca328

Please sign in to comment.