mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed examples for bug #44948
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259432 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e87b79a296
commit
12b5fc39fe
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<sect1 xml:id="language.types.string">
|
||||
<title>Strings</title>
|
||||
|
||||
|
@ -295,9 +295,9 @@ EOT;
|
|||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
My name is "MyName". I am printing some foo.
|
||||
Now I am printing some Bar2.
|
||||
This should print a capital 'A': \x41]]></screen>
|
||||
My name is "MyName". I am printing some Foo.
|
||||
Now, I am printing some Bar2.
|
||||
This should print a capital 'A': A]]></screen>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue