nicobn          Wed Aug 15 15:12:38 2007 UTC

  Modified files:              
    /phpdoc/en/appendices       reserved.xml 
  Log:
  Added namespace, import and goto reserved keywords
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/reserved.xml?r1=1.66&r2=1.67&diff_format=u
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.66 
phpdoc/en/appendices/reserved.xml:1.67
--- phpdoc/en/appendices/reserved.xml:1.66      Wed Jun 20 22:24:10 2007
+++ phpdoc/en/appendices/reserved.xml   Wed Aug 15 15:12:38 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.66 $ -->
+<!-- $Revision: 1.67 $ -->
 
  <appendix xml:id="reserved" xmlns="http://docbook.org/ns/docbook"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
   <title>List of Reserved Words</title>
@@ -260,6 +260,21 @@
         <link linkend="keyword.class">this</link> (PHP 5 only)
        </entry>
        <entry>
+        namespace (PHP 6)
+       </entry>
+      </row>
+      <row>
+       <entry>
+        import (PHP 6)
+       </entry>
+       <entry>
+        goto
+       </entry>
+       <entry>
+       </entry>
+       <entry>
+       </entry>
+       <entry>
        </entry>
       </row>
      </tbody>

Reply via email to