summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-06-29 20:42:02 +0000
committerAndi Gutmans <andi@php.net>2001-06-29 20:42:02 +0000
commitaf089a2938dc9ae2e5d1128f1d8af5ffa51575dc (patch)
treec7599f102243e36487fcb9153b766440fb61d4eb
parent7f08918b87f757d93358903c05a72f9b79e0ad9d (diff)
downloadphp-git-af089a2938dc9ae2e5d1128f1d8af5ffa51575dc.tar.gz
- Remove bogus comment.
-rw-r--r--Zend/zend_operators.c1
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);
}