derick          Sat May 11 03:02:29 2002 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  - Fix print documentation
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.171 phpdoc/en/functions/strings.xml:1.172
--- phpdoc/en/functions/strings.xml:1.171       Wed Apr 17 15:58:45 2002
+++ phpdoc/en/functions/strings.xml     Sat May 11 03:02:28 2002
@@ -8,7 +8,7 @@
      instead -->
      
      <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.171 $ -->
+<!-- $Revision: 1.172 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -1696,10 +1696,10 @@
     </simpara>
     <para>
      <function>print</function> is not actually a real function (it is a
-     language construct) so you are not required to use parentheses
-     with it. But <function>print</function>, opposed to 
-     <function>echo</function>, can be called using a 
-     <link linkend="functions.variable-functions">variable function</link>.
+     language construct) so you are not required to use parentheses with it.
+     This also means that you can not use <function>print</function> (just
+     like <function>echo</function>) as a <link
+     linkend="functions.variable-functions">variable function</link>.
     </para>
     <example>
      <title><function>print</function> examples</title>


Reply via email to