diff --git a/reference/strings/functions/str-repeat.xml b/reference/strings/functions/str-repeat.xml index 7c5d9bbf9e..0cad4d812b 100644 --- a/reference/strings/functions/str-repeat.xml +++ b/reference/strings/functions/str-repeat.xml @@ -1,5 +1,5 @@ - + @@ -29,10 +29,13 @@ echo str_repeat("-=", 10); ?> ]]> + &example.outputs; + + + - - This will output "-=-=-=-=-=-=-=-=-=-=". - See also for, str_pad, and