summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_operators.h')
-rw-r--r--Zend/zend_operators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h
index e599ca4971..8e3a37eee7 100644
--- a/Zend/zend_operators.h
+++ b/Zend/zend_operators.h
@@ -474,6 +474,7 @@ static zend_always_inline int fast_increment_function(zval *op1)
"0:"
:
: "r"(op1));
+#else
if (UNEXPECTED(Z_LVAL_P(op1) == LONG_MAX)) {
/* switch to double */
Z_DVAL_P(op1) = (double)LONG_MAX + 1.0;