prova così

while(list($chiave, $valore) = each($array) {
while(list($chiave1, $valore1) = each($valore) {
$array[$valore1]['contatore']++;
}
}