for ($a=1;$a<=20;$a++) $matrice[] = str_repeat("*",$a);
print_r($matrice);