<?php
$TOC = array (
  0 => 
  array (
    0 => 'reserved.keywords.php',
    1 => 'キーワードのリスト',
  ),
  1 => 
  array (
    0 => 'reserved.classes.php',
    1 => '定義済のクラス',
  ),
  2 => 
  array (
    0 => 'reserved.constants.php',
    1 => '定義済みの定数',
  ),
  3 => 
  array (
    0 => 'reserved.other-reserved-words.php',
    1 => 'その他の予約語の一覧',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'appendices.php',
    1 => '付録',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => '序文',
  ),
);