I am getting a error message telling me "Fatal error: Unsupported operand types in: "
This is the line that the error points to
// now set all rows not found in array2 from array1
$array2 += $array1;
Is this operation valid? Is there any other way to assign those values to array2?