[PHP-DOC] cvs: phpdoc /en/language types.xml From: jim winstead (jimw <email protected>)
Date: 10/30/01

jimw Tue Oct 30 20:53:22 2001 EDT

  Modified files:
    /phpdoc/en/language types.xml
  Log:
  nuke more superfluous dashes, and refer to NULL as a value when talking about values that evaluate to false.
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.56 phpdoc/en/language/types.xml:1.57
--- phpdoc/en/language/types.xml:1.56 Tue Oct 30 20:49:00 2001
+++ phpdoc/en/language/types.xml Tue Oct 30 20:53:22 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.56 $ -->
+<!-- $Revision: 1.57 $ -->
  <chapter id="language.types">
   <title>Types</title>
 
@@ -232,7 +232,7 @@
          with zero elements</simpara>
         </listitem>
         <listitem>
- <simpara>the special type <link linkend="language.types.null"
+ <simpara>the special value <link linkend="language.types.null"
>NULL</link>
          </simpara>
         </listitem>
@@ -312,7 +312,7 @@
     <sect2 id="language.types.integer.overflow">
      <title>Integer overflow</title>
      <para>
- If you specify a number beyond the bounds of the <type>integer</type>-type,
+ If you specify a number beyond the bounds of the <type>integer</type> type,
       it will be interpreted as a <type>float</type> instead.
      </para>
      <para>
@@ -1246,7 +1246,7 @@
    <sect2 id="language.types.array.examples">
     <title>Examples</title>
     <para>
- The array-type in PHP is very versatile, so here will be some
+ The array type in PHP is very versatile, so here will be some
      examples to show you the full power of arrays.
     </para>
     <para>
@@ -1689,13 +1689,13 @@
      are created and used by special functions.
      See the <link linkend="resource">appendix</link>
      for a listing of all these
- functions and the corresponding resource-types.
+ functions and the corresponding resource types.
      
     </para>
     
     <note>
      <simpara>
- The resource-type was introduced in PHP 4
+ The resource type was introduced in PHP 4
      </simpara>
     </note>
 
@@ -1736,7 +1736,7 @@
    </para>
     <note>
      <simpara>
- The null-type was introduced in PHP 4
+ The null type was introduced in PHP 4
      </simpara>
     </note>