1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

That slipped away

This commit is contained in:
Andi Gutmans
1999-11-21 18:19:08 +00:00
parent 6358c6631b
commit f3ca328b34
+1 -1
View File
@@ -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) {