<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.tokenizer.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'tokenizer.constants.php',
    1 => '预定义常量',
    2 => '预定义常量',
  ),
  'up' => 
  array (
    0 => 'book.tokenizer.php',
    1 => 'Tokenizer',
  ),
  'prev' => 
  array (
    0 => 'tokenizer.installation.php',
    1 => '安装',
  ),
  'next' => 
  array (
    0 => 'tokenizer.examples.php',
    1 => '示例',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/tokenizer/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="tokenizer.constants" class="appendix">
 <h1 class="title">预定义常量</h1>

 <p class="para">
  当这个扩展被编译进 PHP 或者在运行时动态加载时，<a href="tokens.php" class="xref">解析器记号（token）列表</a>中的标记会被定义为常量
 </p>
 <table class="doctable table">
      <tr>
       <th>常量</th>
       <th>描述</th>
      </tr>
  <tr>
   <td id="constant.token-parse">
    <strong><code><a href="tokenizer.constants.php#constant.token-parse">TOKEN_PARSE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Recognises the ability to use reserved words in specific contexts.
    </span>
   </td>
  </tr>
 </table>
</div>
<?php manual_footer($setup); ?>