vrana           Thu Nov  4 03:36:01 2004 EDT

  Modified files:              
    /phpdoc/en/appendices       reserved.xml 
  Log:
  Links to PHP 5 reserved words
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/reserved.xml?r1=1.51&r2=1.52&ty=u
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.51 phpdoc/en/appendices/reserved.xml:1.52
--- phpdoc/en/appendices/reserved.xml:1.51      Tue Oct 26 12:51:28 2004
+++ phpdoc/en/appendices/reserved.xml   Thu Nov  4 03:36:01 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.51 $ -->
+<!-- $Revision: 1.52 $ -->
 
  <appendix id="reserved">
   <title>List of Reserved Words</title>
@@ -237,18 +237,18 @@
         <link linkend="language.oop5.abstract">abstract</link> (PHP 5)
        </entry>
        <entry>
-        clone (PHP 5)
+        <link linkend="language.oop5.cloning">clone</link> (PHP 5)
        </entry>
        <entry>
-        try (PHP 5)
+        <link linkend="language.oop5.exceptions">try</link> (PHP 5)
        </entry>
        <entry>
-        catch (PHP 5)
+        <link linkend="language.oop5.exceptions">catch</link> (PHP 5)
        </entry>
       </row>
       <row>
        <entry>
-        throw (PHP 5)
+        <link linkend="language.oop5.exceptions">throw</link> (PHP 5)
        </entry>
        <entry>
         <link linkend="migration.old-function">cfunction</link> (PHP 4 only)

Reply via email to