<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/appendices.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'reserved.php',
    1 => '保留字列表',
    2 => '保留字列表',
  ),
  'up' => 
  array (
    0 => 'appendices.php',
    1 => '附录',
  ),
  'prev' => 
  array (
    0 => 'aliases.php',
    1 => '函数别名列表',
  ),
  'next' => 
  array (
    0 => 'reserved.keywords.php',
    1 => '关键词列表',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'appendices/reserved.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/reserved.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reserved" class="appendix">
 <h1 class="title">保留字列表</h1>
<h2>目录</h2><ul class="chunklist chunklist_appendix"><li><a href="reserved.keywords.php">关键词列表</a></li><li><a href="reserved.classes.php">预定义类</a></li><li><a href="reserved.constants.php">预定义常量</a></li><li><a href="reserved.other-reserved-words.php">其他保留字列表</a></li></ul>

 <p class="para">
  以下是 PHP 中预定义标识符的列表。没有列在下面的标识符可以在脚本中作为自定义标识符使用。这些列表包括关键字和预定义变量、常量和类名。这些列表可能有遗漏，它是不完整的。
 </p>

 

  
  


 

 



  
</div>
<?php manual_footer($setup); ?>