Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2019-06-23 11:33:11 -05:00
commit d6819a55b0

View File

@ -1561,7 +1561,7 @@ class BigInteger
$temp_value = array($quotient_value[$q_index]);
$temp = $temp->multiply($y);
$temp_value = &$temp->value;
if (!count($temp_value)) {
if (count($temp_value)) {
$temp_value = array_merge($adjust, $temp_value);
}