mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Much more XML errors corrected
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@82788 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
505d689bbf
commit
ea30f704ff
1 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue