jeroen          Sun Oct 28 12:40:02 2001 EDT

  Modified files:              
    /phpdoc/en/language types.xml 
  Log:
  We're talking about the type NULL here, not the value NULL.
  
  Added sentence to the still-very-empty section about NULL.
  
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.52 phpdoc/en/language/types.xml:1.53
--- phpdoc/en/language/types.xml:1.52   Wed Oct 17 12:24:01 2001
+++ phpdoc/en/language/types.xml        Sun Oct 28 12:40:02 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.52 $ -->
+<!-- $Revision: 1.53 $ -->
  <chapter id="language.types">
   <title>Types</title>
 
@@ -72,7 +72,7 @@
 
     <listitem>
      <simpara>
-      <link linkend="language.types.null">&null;</link>
+      <link linkend="language.types.null">NULL</link>
      </simpara>
     </listitem>
 
@@ -219,7 +219,7 @@
         </listitem>
         <listitem>
          <simpara>the special value <link linkend="language.types.null"
-            >&null;</link> 
+            >NULL</link> 
          </simpara>
         </listitem>
        </itemizedlist>
@@ -1713,11 +1713,12 @@
   </sect1>
     
   <sect1 id="language.types.null">
-   <title>&null;</title>
+   <title>NULL</title>
     
    <para>
     The special &null; value represents 
-    that a variable has no value.
+    that a variable has no value. &null; is the only possible value of type
+    <type>NULL</type>.
    </para>
     <note>
      <simpara>


Reply via email to