vrana           Sun Feb 13 17:13:07 2005 EDT

  Modified files:              
    /phpdoc/en/language functions.xml 
  Log:
  There's no func(const $param) - at least in PHP 5
  
http://cvs.php.net/diff.php/phpdoc/en/language/functions.xml?r1=1.56&r2=1.57&ty=u
Index: phpdoc/en/language/functions.xml
diff -u phpdoc/en/language/functions.xml:1.56 
phpdoc/en/language/functions.xml:1.57
--- phpdoc/en/language/functions.xml:1.56       Sun Dec 19 21:27:49 2004
+++ phpdoc/en/language/functions.xml    Sun Feb 13 17:13:07 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.56 $ -->
+<!-- $Revision: 1.57 $ -->
  <chapter id="language.functions">
   <title>Functions</title>
 
@@ -26,14 +26,6 @@
     </example>
    </para>
    
-   <!--
-    
-    status of func(const $param) ?
-    zend doesn't care at all whether or not you specify it.
-    I've never seen it before... what's its use? (or was...)
-    
-    -->
-     
    <simpara>
     Any valid PHP code may appear inside a function, even other
     functions and <link linkend="keyword.class">class</link>

Reply via email to