goba Sun May 19 12:18:03 2002 EDT
Modified files:
/phpdoc/en/appendices tokens.xml
Log:
Much more XML errors corrected
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.1 phpdoc/en/appendices/tokens.xml:1.2
--- phpdoc/en/appendices/tokens.xml:1.1 Sun May 12 06:52:30 2002
+++ phpdoc/en/appendices/tokens.xml Sun May 19 12:18:03 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<appendix id="tokens">
<title>List of Parser Tokens</title>
@@ -26,7 +26,7 @@
<tbody>
<row>
<entry>T_AND_EQUAL</entry>
- <entry>&=</entry>
+ <entry>&=</entry>
<entry><link linkend="language.operators.assignment">assignment
operators</link></entry>
</row>
@@ -53,7 +53,7 @@
</row>
<row>
<entry>T_BOOLEAN_AND</entry>
- <entry>&&</entry>
+ <entry>&&</entry>
<entry><link linkend="language.operators.logical">logical
operators</link></entry>
</row>
<row>
@@ -333,7 +333,7 @@
</row>
<row>
<entry>T_IS_NOT_EQUAL</entry>
- <entry>!= or <></entry>
+ <entry>!= or <></entry>
<entry><link linkend="language.operators.comparison">comparison
operators</link></entry>
</row>
<row>
@@ -426,13 +426,13 @@
</row>
<row>
<entry>T_OPEN_TAG</entry>
- <entry><?php, <? or <%</entry>
+ <entry><?php, <? or <%</entry>
<entry><link linkend="language.basic-syntax.phpmode">escaping
from HTML</link></entry>
</row>
<row>
<entry>T_OPEN_TAG_WITH_ECHO</entry>
- <entry><?= or <%=</entry>
+ <entry><?= or <%=</entry>
<entry><link linkend="language.basic-syntax.phpmode">escaping
from HTML</link></entry>
</row>
@@ -487,13 +487,13 @@
</row>
<row>
<entry>T_SR</entry>
- <entry>>></entry>
+ <entry>>></entry>
<entry><link linkend="language.operators.bitwise">bitwise
operators</link></entry>
</row>
<row>
<entry>T_SR_EQUAL</entry>
- <entry>>>=</entry>
+ <entry>>>=</entry>
<entry><link linkend="language.operators.assignment">assignment
operators</link></entry>
</row>