vrana Tue Dec 13 13:15:27 2005 EDT
Modified files: /phpdoc/en/appendices tokens.xml Log: T_HALT_COMPILER http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/tokens.xml?r1=1.21&r2=1.22&diff_format=u Index: phpdoc/en/appendices/tokens.xml diff -u phpdoc/en/appendices/tokens.xml:1.21 phpdoc/en/appendices/tokens.xml:1.22 --- phpdoc/en/appendices/tokens.xml:1.21 Sun Nov 13 16:05:57 2005 +++ phpdoc/en/appendices/tokens.xml Tue Dec 13 13:15:27 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.21 $ --> +<!-- $Revision: 1.22 $ --> <appendix id="tokens"> <title>List of Parser Tokens</title> @@ -92,6 +92,11 @@ <entry></entry> </row> <row> + <entry>T_HALT_COMPILER</entry> + <entry>__halt_compiler()</entry> + <entry><function>__halt_compiler</function></entry> + </row> + <row> <entry>T_CLASS</entry> <entry>class</entry> <entry><link linkend="language.oop">classes and objects</link></entry>