jsjohnst                Sun Oct  9 18:54:55 2005 EDT

  Modified files:              
    /phpdoc/en/appendices       tokens.xml 
  Log:
  Added missing T_INSTANCEOF token to list.
  
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.19 
phpdoc/en/appendices/tokens.xml:1.20
--- phpdoc/en/appendices/tokens.xml:1.19        Sat Nov 13 07:34:53 2004
+++ phpdoc/en/appendices/tokens.xml     Sun Oct  9 18:54:53 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
 
 <appendix id="tokens">
  <title>List of Parser Tokens</title>
@@ -317,6 +317,11 @@
      <entry></entry>
     </row>
     <row>
+     <entry>T_INSTANCEOF</entry>
+     <entry>instanceof</entry>
+     <entry><link linkend="language.operators.type">type operators</link> 
(PHP5 only)</entry>
+    </row>
+    <row>
      <entry>T_INT_CAST</entry>
      <entry>(int) or (integer)</entry>
      <entry><link 
linkend="language.types.typecasting">type-casting</link></entry>

Reply via email to