tony2001                Thu Sep 30 09:07:55 2004 EDT

  Modified files:              
    /phpdoc/en/appendices       reserved.xml 
  Log:
  nuke old_function & cfunction and rearrange entries
  
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/reserved.xml?r1=1.46&r2=1.47&ty=u
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.46 phpdoc/en/appendices/reserved.xml:1.47
--- phpdoc/en/appendices/reserved.xml:1.46      Thu Sep 30 09:03:55 2004
+++ phpdoc/en/appendices/reserved.xml   Thu Sep 30 09:07:55 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.46 $ -->
+<!-- $Revision: 1.47 $ -->
 
  <appendix id="reserved">
   <title>List of Reserved Words</title>
@@ -61,9 +61,6 @@
       </row>
       <row>
        <entry>
-        <link linkend="migration.old-function">cfunction</link>
-       </entry>
-       <entry>
         <link linkend="keyword.class">class</link>
        </entry>
        <entry>
@@ -75,11 +72,11 @@
        <entry>
         <link linkend="control-structures.declare">declare</link>
        </entry>
-      </row>
-      <row>
        <entry>
         <link linkend="control-structures.switch">default</link>
        </entry>
+      </row>
+      <row>
        <entry>
         <function>die</function>
        </entry>
@@ -92,11 +89,11 @@
        <entry>
         <link linkend="control-structures.else">else</link>
        </entry>
-      </row>
-      <row>
        <entry>
         <link linkend="control-structures.elseif">elseif</link>
        </entry>
+      </row>
+      <row>
        <entry>
         <function>empty</function>
        </entry>
@@ -109,11 +106,11 @@
        <entry>
         <link linkend="control-structures.alternative-syntax">endforeach</link>
        </entry>
-      </row>
-      <row>
        <entry>
         <link linkend="control-structures.alternative-syntax">endif</link>
        </entry>
+      </row>
+      <row>
        <entry>
         <link linkend="control-structures.alternative-syntax">endswitch</link>
        </entry>
@@ -126,11 +123,11 @@
        <entry>
         <function>exit</function>
        </entry>
-      </row>
-      <row>
        <entry>
         <link linkend="keyword.class">extends</link>
        </entry>
+      </row>
+      <row>
        <entry>
         <link linkend="control-structures.for">for</link>
        </entry>
@@ -143,11 +140,11 @@
        <entry>
         <link linkend="language.variables.scope">global</link>
        </entry>
-      </row>
-      <row>
        <entry>
         <link linkend="control-structures.if">if</link>
        </entry>
+      </row>
+      <row>
        <entry>
         <function>include</function>
        </entry>
@@ -160,14 +157,11 @@
        <entry>
         <function>list</function>
        </entry>
-      </row>
-      <row>
        <entry>
         <link linkend="keyword.class">new</link>
        </entry>
-       <entry>
-        <link linkend="migration.old-function">old_function</link>
-       </entry>
+      </row>
+      <row>
        <entry>
         <function>print</function>
        </entry>
@@ -177,14 +171,14 @@
        <entry>
         <function>require_once</function>
        </entry>
-      </row>
-      <row>
        <entry>
         <function>return</function>
        </entry>
        <entry>
         <link linkend="language.variables.scope">static</link>
        </entry>
+      </row>
+      <row>
        <entry>
         <link linkend="control-structures.switch">switch</link>
        </entry>
@@ -194,14 +188,14 @@
        <entry>
         use
        </entry>
-      </row>
-      <row>
        <entry>
         <link linkend="keyword.class">var</link>
        </entry>
        <entry>
         <link linkend="control-structures.while">while</link>
        </entry>
+      </row>
+      <row>
        <entry>
         <link linkend="language.constants.predefined">__FUNCTION__</link>
        </entry>
@@ -211,8 +205,6 @@
        <entry>
         <link linkend="language.constants.predefined">__METHOD__</link>
        </entry>
-      </row>
-      <row>
        <entry>
         <link linkend="language.oop5.final">final</link>
        </entry>

Reply via email to