dams            Thu May 10 11:01:11 2001 EDT

  Modified files:              
    /phpdoc/en/language constants.xml 
  Log:
  Added jeroen's updates
  
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.7 phpdoc/en/language/constants.xml:1.8
--- phpdoc/en/language/constants.xml:1.7        Mon Aug  7 21:28:29 2000
+++ phpdoc/en/language/constants.xml    Thu May 10 11:01:11 2001
@@ -15,7 +15,7 @@
    <variablelist>
 
     <varlistentry>
-     <term>__FILE__</term>
+     <term>__FILE__  (case-insensitive)</term>
      <listitem>
       <simpara>
        The name of the script file presently being parsed. If used
@@ -27,7 +27,7 @@
     </varlistentry>
     
     <varlistentry>
-     <term>__LINE__</term>
+     <term>__LINE__  (case-insensitive)</term>
      <listitem>
       <simpara>
        The number of the line within the current script file which is
@@ -58,7 +58,7 @@
     </varlistentry>
     
     <varlistentry>
-     <term>TRUE</term>
+     <term>TRUE  (case-insensitive)</term>
      <listitem>
       <simpara>
        A true value.
@@ -67,7 +67,7 @@
     </varlistentry>
     
     <varlistentry>
-     <term>FALSE</term>
+     <term>FALSE  (case-insensitive)</term>
      <listitem>
       <simpara>
        A false value.


Reply via email to