Skip to content

Commit 8172b7e

Browse files
committed
Fix merge
1 parent d837199 commit 8172b7e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Zend/zend_operators.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ static zend_always_inline zend_long zend_dval_to_lval_silent(double d)
147147
/* Used to convert a string float to integer during an (int) cast */
148148
static zend_always_inline zend_long zend_dval_to_lval_cap(double d)
149149
{
150-
ZEND_IGNORE_VALUE(s);
151150
if (UNEXPECTED(!zend_finite(d))) {
152151
return 0;
153152
} else if (!ZEND_DOUBLE_FITS_LONG(d)) {

0 commit comments

Comments
 (0)