Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2019-06-23 11:13:09 -05:00
commit bad47d9b00

View File

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