git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98054 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sander Roobol 2002-10-03 19:00:33 +00:00
parent 58f0821901
commit fe64622933

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<appendix id="tokens">
<title>List of Parser Tokens</title>
@ -9,7 +9,7 @@
<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 what 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>
@ -68,7 +68,7 @@
</row>
<row>
<entry>T_BREAK</entry>
<entry>break;</entry>
<entry>break</entry>
<entry><link linkend="control-structures.break">break</link></entry>
</row>
<row>