Php str_repeat powtórz ciąg

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