1
0
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:
Zeev Suraski
1999-07-10 12:44:56 +00:00
parent 909590ba7b
commit dc933fc50b

View File

@@ -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;