correcting typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@92079 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2002-08-14 23:10:56 +00:00
parent cd0117c855
commit 0fe231fca4

View file

@ -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 &gt;&gt;. 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>