<?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 => 'ja',
  ),
  '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' => 'ja',
    '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">パーサートークンの一覧</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">
     特定の文脈で、予約語を使う能力を認識します。
    </span>
   </td>
  </tr>
 </table>
</div>
<?php manual_footer($setup); ?>