From 4ebacdfca95b7fa1225dc0e7b213f3b437a40dad Mon Sep 17 00:00:00 2001 From: Salah Faya Date: Mon, 23 Jun 2003 13:55:42 +0000 Subject: [PATCH] an print to a print git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133036 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/print.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/print.xml b/reference/strings/functions/print.xml index 68590f0e63..03e93667a4 100644 --- a/reference/strings/functions/print.xml +++ b/reference/strings/functions/print.xml @@ -1,5 +1,5 @@ - + @@ -38,7 +38,7 @@ print "This spans\nmultiple lines. The newlines will be\noutput as well."; print "escaping characters is done \"Like this\"."; -// You can use variables inside of an print statement +// You can use variables inside of a print statement $foo = "foobar"; $bar = "barbaz";