mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
entity corrections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83666 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
42bbb578ad
commit
203eae38e3
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
|
||||
<appendix id="tokens">
|
||||
<title>List of Parser Tokens</title>
|
||||
|
@ -9,7 +9,7 @@
|
|||
error: unexpected T_SR, expecting ',' or ';' in script.php on line 10."
|
||||
</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>
|
||||
|
@ -163,7 +163,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>T_DOUBLE_ARROW</entry>
|
||||
<entry>=></entry>
|
||||
<entry>=></entry>
|
||||
<entry><link linkend="language.types.array.syntax">array syntax</link></entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -323,7 +323,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>T_IS_GREATER_OR_EQUAL</entry>
|
||||
<entry>>=</entry>
|
||||
<entry>>=</entry>
|
||||
<entry><link linkend="language.operators.comparison">comparison operators</link></entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue