dams Wed Aug 14 19:10:57 2002 EDT Modified files: /phpdoc/en/appendices tokens.xml Log: correcting typos Index: phpdoc/en/appendices/tokens.xml diff -u phpdoc/en/appendices/tokens.xml:1.5 phpdoc/en/appendices/tokens.xml:1.6 --- phpdoc/en/appendices/tokens.xml:1.5 Thu Jun 13 10:41:04 2002 +++ phpdoc/en/appendices/tokens.xml Wed Aug 14 19:10:56 2002 @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <appendix id="tokens"> <title>List of Parser Tokens</title> <para> - Various parts of the PHP language are represented internally by stuff like - T_SR. PHP outputs identifiers like this one in parse errors, like "Parse - error: unexpected T_SR, expecting ',' or ';' in script.php on line 10." + Various parts of the PHP language are represented internally by types like + T_SR. PHP outputs identifiers like this one in parse errors, like + <literal>"Parse error: unexpected T_SR, expecting ',' or ';' in script.php on line +10."</literal> </para> <para> - You're supposed to know that T_SR means >>. For everybody who doesn't + You're supposed to know that T_SR means. For everybody who doesn't know that, here is a table with those identifiers, PHP-syntax and references to the appropriate places in the manual. </para> @@ -471,7 +471,7 @@ <row> <entry>T_RETURN</entry> <entry>return</entry> - <entry><link linkend="functions.returning-values">returing values</link></entry> + <entry><link linkend="functions.returning-values">returning values</link></entry> </row> <row> <entry>T_SL</entry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php