mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
e5bf2a0ed0
commit
f36fbd4e41
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
?>
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue