<?php echo str_repeat("Hello world!", 3); //Hello world!Hello world!Hello world! ?>
<?php echo str_repeat("-=", 10); ?>