Skip to content

Commit af089a2

Browse files
author
Andi Gutmans
committed
- Remove bogus comment.
1 parent 7f08918 commit af089a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_operators.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ ZEND_API int add_function(zval *result, zval *op1, zval *op2)
597597
return SUCCESS;
598598
}
599599
if (result != op1) {
600-
/* $a += $b */
601600
*result = *op1;
602601
zval_copy_ctor(result);
603602
}

0 commit comments

Comments
 (0)