1
0
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:
Thies C. Arntzen
1999-09-17 12:16:21 +00:00
parent 83bbb90d10
commit 20ee106672

View File

@@ -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) {