diff options
Diffstat (limited to 'Zend/zend_operators.c')
| -rw-r--r-- | Zend/zend_operators.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index d07d228752..9fdc006e64 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -2089,7 +2089,7 @@ ZEND_API int ZEND_FASTCALL zend_compare(zval *op1, zval *op2) /* {{{ */ } else if (Z_TYPE_P(op2)==IS_ARRAY) { return -1; } else { - ZEND_ASSERT(0); + ZEND_UNREACHABLE(); zend_throw_error(NULL, "Unsupported operand types"); return 1; } |
