From f38eb15de0e3b50920e3bb57bfb75204b2edb326 Mon Sep 17 00:00:00 2001 From: Yannick Torres Date: Tue, 17 Aug 2004 21:44:35 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166634 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/str-repeat.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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