Skip to content

Commit 0af59ba

Browse files
committed
[skip-ci] Add comment back
1 parent 67c98b1 commit 0af59ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_operators.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,6 +2565,7 @@ static bool ZEND_FASTCALL increment_string(zval *str) /* {{{ */
25652565
zend_string_release(zstr);
25662566
return false;
25672567
}
2568+
/* A userland error handler can change the type from string to something else */
25682569
zval_ptr_dtor(str);
25692570
ZVAL_STR(str, zstr);
25702571

0 commit comments

Comments
 (0)