[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/appendices/_tokens.xml?=
From:       Karoly_Negyesi <chx () php ! net>
Date:       2013-02-27 23:36:04
Message-ID: svn-chx-1362008164-329590-1324090236 () svn ! php ! net
[Download RAW message or body]

chx                                      Wed, 27 Feb 2013 23:36:04 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=329590

Log:
fixed a bit the T_STRING token doc

Changed paths:
    U   phpdoc/en/trunk/appendices/tokens.xml

Modified: phpdoc/en/trunk/appendices/tokens.xml
===================================================================
--- phpdoc/en/trunk/appendices/tokens.xml	2013-02-27 21:00:48 UTC (rev 329589)
+++ phpdoc/en/trunk/appendices/tokens.xml	2013-02-27 23:36:04 UTC (rev 329590)
@@ -5,15 +5,15 @@
  <title>List of Parser Tokens</title>
  <para>
   Various parts of the PHP language are represented internally by types like
-  T_SR. PHP outputs identifiers like this one in parse errors, like
+  T_SR. PHP outputs identifiers like this one in parse errors, like
   <literal>"Parse error: unexpected T_SR, expecting ',' or ';' in script.php on line 10."</literal>
  </para>
  <para>
-  You're supposed to know what T_SR means. For everybody who doesn't
-  know that, here is a table with those identifiers, PHP-syntax and
+  You're supposed to know what 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>
-
+
  <note>
   <title>Usage of T_* constants</title>
   <para>
@@ -29,8 +29,8 @@
    (using big numbers like <literal>10000</literal>) and an appropriate strategy that
    will work with both PHP versions and T_* values.
   </para>
- </note>
-
+ </note>
+
  <table>
   <title>Tokens</title>
   <tgroup cols="3">
@@ -686,10 +686,10 @@
     </row>
     <row>
      <entry><constant>T_STRING</constant></entry>
-     <entry>"parent"</entry>
+     <entry>parent, true etc.</entry>
      <entry>
-      identifiers, e.g. <link linkend="language.types.string.parsing">strings</link>,
-      object oriented keywords like <literal>parent</literal> and <literal>self</literal>,
+      identifiers, e.g. <link linkend="language.types.string.parsing">strings</link>,
+      object oriented keywords like <literal>parent</literal> and <literal>self</literal>,
       functions, classes and more are matched.
      </entry>
     </row>
@@ -773,7 +773,7 @@
      <entry><link linkend="language.operators.assignment">assignment
      operators</link></entry>
     </row>
-   </tbody>
+   </tbody>
   </tgroup>
  </table>
  <para>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic