Merge branch '2.0'

This commit is contained in:
terrafrost 2019-06-23 11:14:17 -05:00
commit 33ed294b76

View File

@ -630,7 +630,7 @@ abstract class PHP extends Engine
$temp_value = [$quotient_value[$q_index]]; $temp_value = [$quotient_value[$q_index]];
$temp = $temp->multiply($y); $temp = $temp->multiply($y);
$temp_value = &$temp->value; $temp_value = &$temp->value;
if ($temp_value !== []) { if (!count($temp_value)) {
$temp_value = array_merge($adjust, $temp_value); $temp_value = array_merge($adjust, $temp_value);
} }