mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed the other half of bug#12957
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55945 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b34341104b
commit
730b25050e
1 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.106 $ -->
|
||||
<!-- $Revision: 1.107 $ -->
|
||||
<reference id="ref.strings">
|
||||
<title>String functions</title>
|
||||
<titleabbrev>Strings</titleabbrev>
|
||||
|
@ -1401,13 +1401,13 @@ echo "</PRE>\n";
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"\n" (<acronym>ASCII</acronym> <literal>13</literal>
|
||||
"\n" (<acronym>ASCII</acronym> <literal>10</literal>
|
||||
(<literal>0x0A</literal>)), a new line (line feed).
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"\r" (<acronym>ASCII</acronym> <literal>10</literal>
|
||||
"\r" (<acronym>ASCII</acronym> <literal>13</literal>
|
||||
(<literal>0x0D</literal>)), a carriage return.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
@ -1782,13 +1782,13 @@ echo $second[1]; /* prints "another" */
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"\n" (<acronym>ASCII</acronym> <literal>13</literal>
|
||||
"\n" (<acronym>ASCII</acronym> <literal>10</literal>
|
||||
(<literal>0x0A</literal>)), a new line (line feed).
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"\r" (<acronym>ASCII</acronym> <literal>10</literal>
|
||||
"\r" (<acronym>ASCII</acronym> <literal>13</literal>
|
||||
(<literal>0x0D</literal>)), a carriage return.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
@ -3657,13 +3657,13 @@ echo substr_replace($var, '', 10, -1) . "<br>\n";
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"\n" (<acronym>ASCII</acronym> <literal>13</literal>
|
||||
"\n" (<acronym>ASCII</acronym> <literal>10</literal>
|
||||
(<literal>0x0A</literal>)), a new line (line feed).
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"\r" (<acronym>ASCII</acronym> <literal>10</literal>
|
||||
"\r" (<acronym>ASCII</acronym> <literal>13</literal>
|
||||
(<literal>0x0D</literal>)), a carriage return.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
@ -3918,5 +3918,5 @@ sgml-exposed-tags:nil
|
|||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim: ts=1 sw=1 et syntax=sgml
|
||||
vi: et:ts=1:sw=1:textwidth=78:syntax=sgml
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue