philip          Sun Jun  1 12:56:56 2003 EDT

  Modified files:              
    /phpdoc/en/language constants.xml 
    /phpdoc/en/appendices       reserved.xml 
  Log:
  The magical constant __METHOD__ was added in PHP 5.0.0
  
  
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.30 phpdoc/en/language/constants.xml:1.31
--- phpdoc/en/language/constants.xml:1.30       Sun Mar  2 15:52:22 2003
+++ phpdoc/en/language/constants.xml    Sun Jun  1 12:56:56 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
  <chapter id="language.constants">
   <title>Constants</title>
 
@@ -175,6 +175,12 @@
         <entry>
          The class name. (This was added in PHP 4.3.0.)
         </entry>
+       </row>
+       <row>
+        <entry><constant>__METHOD__</constant></entry>
+       <entry>
+        The class method name.  (This was added in PHP 5.0.0)
+       </entry>
        </row>
       </tbody>
      </tgroup>
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.31 phpdoc/en/appendices/reserved.xml:1.32
--- phpdoc/en/appendices/reserved.xml:1.31      Fri May 16 23:37:43 2003
+++ phpdoc/en/appendices/reserved.xml   Sun Jun  1 12:56:56 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
 
  <appendix id="reserved">
   <title>List of Reserved Words</title>
@@ -204,6 +204,9 @@
        </entry>
        <entry>
         <link linkend="language.constants.predefined">__CLASS__</link>
+       </entry>
+       <entry>
+        <link linkend="language.constants.predefined">__METHOD__</link>
        </entry>
       </row>
      </tbody>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to