mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
correcting typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@92079 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cd0117c855
commit
0fe231fca4
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue