goba            Sun Jul  8 12:13:05 2001 EDT

  Modified files:              
    /phpdoc/en/language constants.xml 
  Log:
  Some typos corrected
  
  
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.12 phpdoc/en/language/constants.xml:1.13
--- phpdoc/en/language/constants.xml:1.12       Sat Jul  7 14:42:43 2001
+++ phpdoc/en/language/constants.xml    Sun Jul  8 12:13:04 2001
@@ -11,7 +11,7 @@
   </simpara>
   <para>
    The name of a constant follows the same rules as any label in PHP. A 
-   valid variable name starts with a letter or underscore, followed
+   valid constant name starts with a letter or underscore, followed
    by any number of letters, numbers, or underscores. As a regular
    expression, it would be expressed thus:
    <literal>[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*</literal>
@@ -223,7 +223,7 @@
      <listitem>
       <simpara>
        Something happened which may or may not be an error. Execution
-       continues. Examples include using an unquoted string as a array
+       continues. Examples include using an unquoted string as an array
        index, or accessing a variable which has not been set.
       </simpara>
      </listitem>


Reply via email to