"hello", "bar"=>"world", "baz"=>"hello"); // Removing the duplicate values from input array $result = array_unique($input); print_r($result); ?>