<!DOCTYPE html>
<html>
<body>

<?php
$a1=array_fill(3,4,"blue");
print_r($a1);
?>

</body>
</html>