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