<?php $chiavi = array("hello", "hi", "bonjour", "hola"); $saluti = array_fill_keys($chiavi, "ciao"); print_r($saluti); ?>