Skip to content

Commit b10a2b8

Browse files
committed
Reverted mistaken change
1 parent c4edbf6 commit b10a2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_operators.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ ZEND_API zend_result ZEND_FASTCALL pow_function(zval *result, zval *op1, zval *o
13991399
return SUCCESS;
14001400
}
14011401

1402-
ZVAL_UNDEF(result);
1402+
ZEND_ASSERT(0 && "Operation must succeed");
14031403
return FAILURE;
14041404
}
14051405
/* }}} */

0 commit comments

Comments
 (0)