I have 2 arrays.
$result = array(); $row = array();
Row\'s elements are all references and is constantly changing. For each iteration of
$result = array_map(function($_){return $_;}, $row);