entity corrections

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83666 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2002-05-27 10:04:02 +00:00
parent 42bbb578ad
commit 203eae38e3

View file

@ -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 &gt;&gt;. 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>=&gt;</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>&gt;=</entry>
<entry><link linkend="language.operators.comparison">comparison operators</link></entry>
</row>
<row>