PHP - Replace Array keys with their associated value
$a = array_combine($a, $a);