mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
T_HALT_COMPILER
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202756 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
831e97d21f
commit
be64373454
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
|
||||
<appendix id="tokens">
|
||||
<title>List of Parser Tokens</title>
|
||||
|
@ -91,6 +91,11 @@
|
|||
<entry></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>T_HALT_COMPILER</entry>
|
||||
<entry>__halt_compiler()</entry>
|
||||
<entry><function>__halt_compiler</function></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>T_CLASS</entry>
|
||||
<entry>class</entry>
|
||||
|
|
Loading…
Reference in a new issue