mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
Woops, fix.
This commit is contained in:
@@ -430,7 +430,8 @@ ZEND_API inline void zend_assign_to_variable_reference(znode *result, zval **var
|
||||
zendi_zval_copy_ctor(*value_ptr);
|
||||
}
|
||||
value_ptr->refcount = 1;
|
||||
INIT_PZVAL(value_ptr);
|
||||
value_ptr->EA.is_ref = 1;
|
||||
value_ptr->EA.locks = 0;
|
||||
}
|
||||
|
||||
*variable_ptr_ptr = value_ptr;
|
||||
|
||||
Reference in New Issue
Block a user