From 5656e18c6abb474a0a8c86b8aa945f3468daf903 Mon Sep 17 00:00:00 2001 From: Zak Greant Date: Thu, 22 Nov 2001 15:29:38 +0000 Subject: [PATCH] Minor typo -> changing "backspace" to "backslash" in strings backslash escaping section git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63040 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/types.xml b/language/types.xml index 8ec879c1c5..c203de1259 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -653,7 +653,7 @@ echo 'I am trying to include at this point: \n a newline'; Again, if you try to escape any other character, the - backspace will be printed too! + backslash will be printed too! But the most important pre of double-quoted strings