]> granicus.if.org Git - php/commitdiff
no // in the sources please
authorThies C. Arntzen <thies@php.net>
Fri, 17 Sep 1999 12:16:21 +0000 (12:16 +0000)
committerThies C. Arntzen <thies@php.net>
Fri, 17 Sep 1999 12:16:21 +0000 (12:16 +0000)
Zend/zend_execute_API.c

index c3a779c45365f7118d734602e0ad50d545f042b7..58c31402401130e6293443688d57ecd42ced9f6a 100644 (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) {