Added missing T_INSTANCEOF token to list.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198013 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeremy S. Johnstone 2005-10-09 22:54:53 +00:00
parent 7a855e5ee1
commit 3f6c23808e

View file

@ -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>
@ -316,6 +316,11 @@
<entry></entry>
<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>