mirror of
https://github.com/php/php-src.git
synced 2026-04-04 22:52:40 +02:00
no // in the sources please
This commit is contained in:
@@ -470,7 +470,7 @@ ZEND_API inline void zend_assign_to_variable_reference(znode *result, zval **var
|
||||
value_ptr = *value_ptr_ptr;
|
||||
if (variable_ptr == EG(error_zval_ptr) || value_ptr==EG(error_zval_ptr)) {
|
||||
variable_ptr_ptr = &EG(uninitialized_zval_ptr);
|
||||
// } else if (variable_ptr==&EG(uninitialized_zval) || variable_ptr!=value_ptr) {
|
||||
/* } else if (variable_ptr==&EG(uninitialized_zval) || variable_ptr!=value_ptr) { */
|
||||
} else if (variable_ptr_ptr != value_ptr_ptr) {
|
||||
variable_ptr->refcount--;
|
||||
if (variable_ptr->refcount==0) {
|
||||
|
||||
Reference in New Issue
Block a user