dams Mon Oct 25 13:50:35 2004 EDT
Modified files: /phpdoc/en/appendices tokens.xml Log: T_SMALLER_OR_EQUAL to T_IS_SMALLER_OR_EQUAL http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.15&r2=1.16&ty=u Index: phpdoc/en/appendices/tokens.xml diff -u phpdoc/en/appendices/tokens.xml:1.15 phpdoc/en/appendices/tokens.xml:1.16 --- phpdoc/en/appendices/tokens.xml:1.15 Tue Aug 10 12:30:13 2004 +++ phpdoc/en/appendices/tokens.xml Mon Oct 25 13:50:33 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <appendix id="tokens"> <title>List of Parser Tokens</title> @@ -347,7 +347,7 @@ <entry><link linkend="language.operators.comparison">comparison operators</link></entry> </row> <row> - <entry>T_SMALLER_OR_EQUAL</entry> + <entry>T_IS_SMALLER_OR_EQUAL</entry> <entry><=</entry> <entry><link linkend="language.operators.comparison">comparison operators</link></entry> </row>