mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix typos from last commit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104796 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bb9cff0e20
commit
9fb25d28f3
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.html-entity-decode">
|
||||
<refnamediv>
|
||||
|
@ -37,7 +37,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><constant>END_COMPAT</constant></entry>
|
||||
<entry><constant>ENT_COMPAT</constant></entry>
|
||||
<entry>Will convert double-quotes and leave single-quotes alone.</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -45,7 +45,7 @@
|
|||
<entry>Will convert both double and single quotes.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>END_NOQUOTES</constant></entry>
|
||||
<entry><constant>ENT_NOQUOTES</constant></entry>
|
||||
<entry>Will leave both double and single quotes unconverted.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.htmlentities">
|
||||
<refnamediv>
|
||||
|
@ -38,7 +38,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><constant>END_COMPAT</constant></entry>
|
||||
<entry><constant>ENT_COMPAT</constant></entry>
|
||||
<entry>Will convert double-quotes and leave single-quotes alone.</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -46,7 +46,7 @@
|
|||
<entry>Will convert both double and single quotes.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>END_NOQUOTES</constant></entry>
|
||||
<entry><constant>ENT_NOQUOTES</constant></entry>
|
||||
<entry>Will leave both double and single quotes unconverted.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue