]> granicus.if.org Git - php/commitdiff
ws + cs (no c++ comments in c code)
authorfoobar <sniper@php.net>
Mon, 15 Dec 2003 13:20:53 +0000 (13:20 +0000)
committerfoobar <sniper@php.net>
Mon, 15 Dec 2003 13:20:53 +0000 (13:20 +0000)
Zend/zend_execute.c

index c55c7e4c30ed31c5ad5e49fd2af1fdd85f1f9c9d..e0f15bd8da9d4dafbe5007a922f1c2646ed3a0c2 100644 (file)
@@ -1609,7 +1609,7 @@ static inline int zend_binary_assign_op_helper(int (*binary_op)(zval *result, zv
                                (*object_ptr)->refcount++;  /* undo the effect of get_obj_zval_ptr_ptr() */
 
                                if ((*object_ptr)->type == IS_OBJECT) {
-                       return zend_binary_assign_op_obj_helper(binary_op, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
+                                       return zend_binary_assign_op_obj_helper(binary_op, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
                                } else {
                                        zend_op *data_opline = EX(opline)+1;
 
@@ -1619,7 +1619,10 @@ static inline int zend_binary_assign_op_helper(int (*binary_op)(zval *result, zv
                                        var_ptr = get_zval_ptr_ptr(&data_opline->op2, EX(Ts), BP_VAR_RW);
                                        EG(free_op2) = 0;
                                        increment_opline = 1;
-//                                     zend_assign_to_variable(&EX(opline)->result, &data_opline->op2, &data_opline->op1, value, (EG(free_op1)?IS_TMP_VAR:EX(opline)->op1.op_type), EX(Ts) TSRMLS_CC);
+/*
+                                       zend_assign_to_variable(&EX(opline)->result, &data_opline->op2, &data_opline->op1, value, (EG(free_op1)?IS_TMP_VAR:EX(opline)->op1.op_type), EX(Ts) TSRMLS_CC);
+*/
+
                                }
                        }
                        break;