Codice PHP:
...
for (
$i 0$i ni++) {
    
$vettore[$i] = "ciao";
}
...