betz Mon May 27 06:04:02 2002 EDT
Modified files:
/phpdoc/en/appendices tokens.xml
Log:
entity corrections
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.2 phpdoc/en/appendices/tokens.xml:1.3
--- phpdoc/en/appendices/tokens.xml:1.2 Sun May 19 12:18:03 2002
+++ phpdoc/en/appendices/tokens.xml Mon May 27 06:04:02 2002
@@ -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>