aidan Sun Nov 7 06:43:22 2004 EDT
Modified files: /phpdoc/en/appendices tokens.xml Log: Added some PHP5's http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.16&r2=1.17&ty=u Index: phpdoc/en/appendices/tokens.xml diff -u phpdoc/en/appendices/tokens.xml:1.16 phpdoc/en/appendices/tokens.xml:1.17 --- phpdoc/en/appendices/tokens.xml:1.16 Mon Oct 25 13:50:33 2004 +++ phpdoc/en/appendices/tokens.xml Sun Nov 7 06:43:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.16 $ --> +<!-- $Revision: 1.17 $ --> <appendix id="tokens"> <title>List of Parser Tokens</title> @@ -87,6 +87,11 @@ <entry><link linkend="language.oop">classes and objects</link></entry> </row> <row> + <entry>T_CLONE</entry> + <entry>clone</entry> + <entry><link linkend="language.oop5">classes and objects</link>. PHP 5 only.</entry> + </row> + <row> <entry>T_CLOSE_TAG</entry> <entry>?> or %></entry> <entry></entry> @@ -465,6 +470,21 @@ <entry><function>print</function></entry> </row> <row> + <entry>T_PRIVATE</entry> + <entry>private</entry> + <entry><link linkend="language.oop5">classes and objects</link>. PHP 5 only.</entry> + </row> + <row> + <entry>T_PUBLIC</entry> + <entry>public</entry> + <entry><link linkend="language.oop5">classes and objects</link>. PHP 5 only.</entry> + </row> + <row> + <entry>T_PROTECTED</entry> + <entry>protected</entry> + <entry><link linkend="language.oop5">classes and objects</link>. PHP 5 only.</entry> + </row> + <row> <entry>T_REQUIRE</entry> <entry>require()</entry> <entry><function>require</function></entry>