Php str_repeat répéter une chaîne

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