<?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 => 'Предисловие',
  ),
);