<pre> <?php $tableau = array_fill(0, 102, "JEAN-CLAUDE NUNES !"); print_r($tableau); ?> </pre>