tony2001                Thu Sep 30 09:03:55 2004 EDT

  Modified files:              
    /phpdoc/en/appendices       reserved.xml 
  Log:
  add <final> (bug #30291), move <php_user_filter> to the last row, add link to <const>
  
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/reserved.xml?r1=1.45&r2=1.46&ty=u
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.45 phpdoc/en/appendices/reserved.xml:1.46
--- phpdoc/en/appendices/reserved.xml:1.45      Thu Aug 26 19:49:12 2004
+++ phpdoc/en/appendices/reserved.xml   Thu Sep 30 09:03:55 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.45 $ -->
+<!-- $Revision: 1.46 $ -->
 
  <appendix id="reserved">
   <title>List of Reserved Words</title>
@@ -41,9 +41,6 @@
        <entry>
         <link linkend="reserved.classes.php5">exception</link>
        </entry>
-       <entry>
-        <link linkend="reserved.classes.php5">php_user_filter</link>
-       </entry>
       </row>
       <row>
        <entry>
@@ -70,7 +67,7 @@
         <link linkend="keyword.class">class</link>
        </entry>
        <entry>
-        const
+        <link linkend="language.oop5.constants">const</link>
        </entry>
        <entry>
         <link linkend="control-structures.continue">continue</link>
@@ -213,6 +210,14 @@
        </entry>
        <entry>
         <link linkend="language.constants.predefined">__METHOD__</link>
+       </entry>
+      </row>
+      <row>
+       <entry>
+        <link linkend="language.oop5.final">final</link>
+       </entry>
+       <entry>
+        <link linkend="reserved.classes.php5">php_user_filter</link>
        </entry>
       </row>
      </tbody>

Reply via email to