vrana           Thu Apr  7 10:26:43 2005 EDT

  Modified files:              
    /phpdoc/en/language references.xml 
  Log:
  'function &' is optional with methods (bug #29877)
  
http://cvs.php.net/diff.php/phpdoc/en/language/references.xml?r1=1.37&r2=1.38&ty=u
Index: phpdoc/en/language/references.xml
diff -u phpdoc/en/language/references.xml:1.37 
phpdoc/en/language/references.xml:1.38
--- phpdoc/en/language/references.xml:1.37      Sun Aug  8 13:26:59 2004
+++ phpdoc/en/language/references.xml   Thu Apr  7 10:26:42 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.37 $ -->
+<!-- $Revision: 1.38 $ -->
  <chapter id="language.references">
   <title>References Explained</title>
 
@@ -350,6 +350,8 @@
      return by-reference, not a copy as usual, and to indicate that
      reference binding, rather than usual assignment, should be done
      for <varname>$foo</varname>.
+     <literal>&amp;</literal> by function definition is optional in
+     <link linkend="keyword.class">class</link> methods.
     </simpara>
    </note>
   </sect1>

Reply via email to