mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7a855e5ee1
commit
3f6c23808e
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue