For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > September 2004 > cvs: phpdoc /en/appendices reserved.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/appendices reserved.xml
Curt Zirzow

2004-09-30, 8:56 pm

curt Thu Sep 30 09:44:05 2004 EDT

Modified files:
/phpdoc/en/appendices reserved.xml
Log:
bug #30291, again. added public, private, protected, abstract, extends,
implements, interface


http://cvs.php.net/diff.php/phpdoc/...47&r2=1.48&ty=u
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.47 phpdoc/en/appendices/reserved.xml:1.48
--- phpdoc/en/appendices/reserved.xml:1.47 Thu Sep 30 09:07:55 2004
+++ phpdoc/en/appendices/reserved.xml Thu Sep 30 09:44:04 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.47 $ -->
+<!-- $Revision: 1.48 $ -->

<appendix id="reserved">
<title>List of Reserved Words</title>
@@ -210,6 +210,37 @@
</entry>
<entry>
<link linkend="reserved.classes.php5">php_user_filter</link>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <link linkend="language.oop5.interfaces">interface</link>
+ </entry>
+ <entry>
+ <link linkend="language.oop5.interfaces">implements</link>
+ </entry>
+ <entry>
+ <link linkend="language.oop5.basic">extends</link>
+ </entry>
+ <entry>
+ <link linkend="language.oop5.visibility">public</link>
+ </entry>
+ <entry>
+ <link linkend="language.oop5.visibility">private</link>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <link linkend="language.oop5.visibility">protected</link>
+ </entry>
+ <entry>
+ <link linkend="language.oop5.abstract">abstract</link>
+ </entry>
+ <entry>
+ </entry>
+ <entry>
+ </entry>
+ <entry>
</entry>
</row>
</tbody>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com