[PHP-DOC] cvs: phpdoc /en/language types.xml From: Sascha Schumann (sascha <email protected>)
Date: 06/30/01

sas Sat Jun 30 15:14:55 2001 EDT

  Modified files:
    /phpdoc/en/language types.xml
  Log:
  bit of editing
  
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.31 phpdoc/en/language/types.xml:1.32
--- phpdoc/en/language/types.xml:1.31 Sat Jun 30 15:11:44 2001
+++ phpdoc/en/language/types.xml Sat Jun 30 15:14:55 2001
@@ -1173,8 +1173,8 @@
       because <literal>E_ERROR</literal> equals <literal>1</literal>, etc.
      </para>
      <para>
- Then, how is it possible that <literal>$foo[bar]</literal> yet works?
- That is, because <literal>bar</literal> is due to it's syntax
+ Then, how is it possible that <literal>$foo[bar]</literal> works?
+ It works, because <literal>bar</literal> is due to its syntax
       expected to be a constant expression. However, in this case no
       constant with the name <literal>bar</literal> exists. PHP now
       assumes that you meant <literal>bar</literal> literally,