philip          Mon Nov 18 12:26:12 2002 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      html-entity-decode.xml 
                                                htmlentities.xml 
  Log:
  Fix typos from last commit.
  
  
Index: phpdoc/en/reference/strings/functions/html-entity-decode.xml
diff -u phpdoc/en/reference/strings/functions/html-entity-decode.xml:1.1 
phpdoc/en/reference/strings/functions/html-entity-decode.xml:1.2
--- phpdoc/en/reference/strings/functions/html-entity-decode.xml:1.1    Mon Nov 18 
04:28:42 2002
+++ phpdoc/en/reference/strings/functions/html-entity-decode.xml        Mon Nov 18 
+12:26:12 2002
@@ -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>
Index: phpdoc/en/reference/strings/functions/htmlentities.xml
diff -u phpdoc/en/reference/strings/functions/htmlentities.xml:1.7 
phpdoc/en/reference/strings/functions/htmlentities.xml:1.8
--- phpdoc/en/reference/strings/functions/htmlentities.xml:1.7  Mon Nov 18 05:20:52 
2002
+++ phpdoc/en/reference/strings/functions/htmlentities.xml      Mon Nov 18 12:26:12 
+2002
@@ -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>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to