From 5e1be10f7aef04ea320b74647863d917a0d04db4 Mon Sep 17 00:00:00 2001 From: James Cox Date: Thu, 21 Feb 2002 18:21:47 +0000 Subject: [PATCH] typo error for print function example. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70696 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/strings.xml b/functions/strings.xml index 933136cee8..37cecce1c7 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -1670,7 +1670,7 @@ output as well"; print "This spans\nmultiple lines. The newlines will be\noutput as well."; -print "escaping characters is done \"Like this\"." +print "escaping characters is done \"Like this\"."; // You can use variables inside of an print statement $foo = "foobar";