Php str_repeat Repita uma string

<?php
echo str_repeat("-=", 10);
?>
SAMER SAEID