philip          Wed Nov  6 02:22:16 2002 EDT

  Modified files:              
    /phpdoc/en/language types.xml 
  Log:
  Made <simpara> => <para> changes where needed; <simpara> can't handle goodies
  such as <informalexample>'s.  And a typo fix.
  
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.95 phpdoc/en/language/types.xml:1.96
--- phpdoc/en/language/types.xml:1.95   Mon Nov  4 12:34:52 2002
+++ phpdoc/en/language/types.xml        Wed Nov  6 02:22:16 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.95 $ -->
+<!-- $Revision: 1.96 $ -->
  <chapter id="language.types">
   <title>Types</title>
 
@@ -1008,7 +1008,7 @@
     
     <para>
      A boolean &true; value is converted to the string <literal>"1"</literal>,
-     the &false; value is represented as <literal>""/literal> (empty string).
+     the &false; value is represented as <literal>""</literal> (empty string).
      This way you can convert back and forth between boolean and string values.
     </para>
     <para> 
@@ -1392,7 +1392,7 @@
        <link linkend="reserved">reserved keywords</link>.
       </para>
       <note>
-       <simpara>
+       <para>
         When you turn <link linkend="function.error-reporting"
         >error_reporting</link> to <literal>E_ALL</literal>,
         you will see that PHP generates notices whenever an
@@ -1426,7 +1426,7 @@
 ]]>
          </programlisting>
         </informalexample>
-       </simpara>
+       </para>
       </note>
       <note>
        <simpara>
@@ -2076,7 +2076,7 @@
      </informalexample>
     </para>
     <note>
-     <simpara>
+     <para>
       Instead of casting a variable to string, you can also enclose
       the variable in double quotes.
      <informalexample>
@@ -2091,7 +2091,7 @@
 }
       </programlisting>
      </informalexample>
-     </simpara>
+     </para>
     </note>
      
     <para>



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

Reply via email to