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
This commit is contained in:
Kalle Sommer Nielsen 2008-07-31 08:59:19 +00:00
parent e5bf2a0ed0
commit f36fbd4e41

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<sect1 xml:id="language.types.string">
<title>Strings</title>
@ -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;
?>
]]>