diff options
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r-- | Zend/zend_operators.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index 7cf3409e42..de0ca96368 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -597,7 +597,6 @@ ZEND_API int add_function(zval *result, zval *op1, zval *op2) return SUCCESS; } if (result != op1) { - /* $a += $b */ *result = *op1; zval_copy_ctor(result); } |