goba            Sun Jul 22 10:25:56 2001 EDT

  Modified files:              
    /phpdoc/en/language types.xml 
  Log:
  This is not meant to be output, but return value
  
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.38 phpdoc/en/language/types.xml:1.39
--- phpdoc/en/language/types.xml:1.38   Sat Jul 14 04:14:04 2001
+++ phpdoc/en/language/types.xml        Sun Jul 22 10:25:56 2001
@@ -1149,8 +1149,9 @@
 echo $arr[ foo(true) ];        
        </programlisting>
       </informalexample>
-      This is an example of using function-output as the array index.
-      PHP knows also about constants, and you may have seen the
+      This is an example of using a function return value
+      as the array index. PHP knows also about constants,
+      and you may have seen the
       <literal>E_*</literal> before.      
 
       <informalexample>


Reply via email to