From f36fbd4e414416b945868dbfde5c82e20c209f52 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 31 Jul 2008 08:59:19 +0000 Subject: [PATCH] Revert fix, it was already fixed but bug report wasn't marked as duplicate git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263892 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/string.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/types/string.xml b/language/types/string.xml index 18d2abd0c8..64d172b84e 100644 --- a/language/types/string.xml +++ b/language/types/string.xml @@ -1,5 +1,5 @@ - + Strings @@ -358,7 +358,7 @@ $name = 'MyName'; echo <<<'EOT' My name is "$name". I am printing some $foo->foo. Now, I am printing some {$foo->bar[1]}. -This should not print a capital 'A': \\x41 +This should not print a capital 'A': \x41 EOT; ?> ]]>