From e5f0406a1652eaa09415413f163d4cccdec186d2 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sun, 4 May 2003 16:33:57 +0000 Subject: [PATCH] of -> between (sorry) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125703 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/echo.xml | 9 +++++---- reference/strings/functions/print.xml | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/reference/strings/functions/echo.xml b/reference/strings/functions/echo.xml index fd0dfb8243..e02381383e 100644 --- a/reference/strings/functions/echo.xml +++ b/reference/strings/functions/echo.xml @@ -1,5 +1,5 @@ - + @@ -89,9 +89,10 @@ I have foo. - For a short discussion about the differences of print - and echo, see this FAQTs Knowledge Base Article: - &url.echo-print; + For a short discussion about the differences between + print and echo, see this FAQTs + Knowledge Base Article: &url.echo-print; + See also diff --git a/reference/strings/functions/print.xml b/reference/strings/functions/print.xml index f0ad4c56aa..b134e17109 100644 --- a/reference/strings/functions/print.xml +++ b/reference/strings/functions/print.xml @@ -1,5 +1,5 @@ - + @@ -60,9 +60,10 @@ END; - For a short discussion about the differences of print - and echo, see this FAQTs Knowledge Base Article: - &url.echo-print; + For a short discussion about the differences between + print and echo, see this FAQTs + Knowledge Base Article: &url.echo-print; + See also echo, printf,