<?php
$TOC = array (
  0 => 
  array (
    0 => 'function.class-alias.php',
    1 => 'class_alias',
  ),
  1 => 
  array (
    0 => 'function.class-exists.php',
    1 => 'class_exists',
  ),
  2 => 
  array (
    0 => 'function.enum-exists.php',
    1 => 'enum_exists',
  ),
  3 => 
  array (
    0 => 'function.get-called-class.php',
    1 => 'get_called_class',
  ),
  4 => 
  array (
    0 => 'function.get-class.php',
    1 => 'get_class',
  ),
  5 => 
  array (
    0 => 'function.get-class-methods.php',
    1 => 'get_class_methods',
  ),
  6 => 
  array (
    0 => 'function.get-class-vars.php',
    1 => 'get_class_vars',
  ),
  7 => 
  array (
    0 => 'function.get-declared-classes.php',
    1 => 'get_declared_classes',
  ),
  8 => 
  array (
    0 => 'function.get-declared-interfaces.php',
    1 => 'get_declared_interfaces',
  ),
  9 => 
  array (
    0 => 'function.get-declared-traits.php',
    1 => 'get_declared_traits',
  ),
  10 => 
  array (
    0 => 'function.get-mangled-object-vars.php',
    1 => 'get_mangled_object_vars',
  ),
  11 => 
  array (
    0 => 'function.get-object-vars.php',
    1 => 'get_object_vars',
  ),
  12 => 
  array (
    0 => 'function.get-parent-class.php',
    1 => 'get_parent_class',
  ),
  13 => 
  array (
    0 => 'function.interface-exists.php',
    1 => 'interface_exists',
  ),
  14 => 
  array (
    0 => 'function.is-a.php',
    1 => 'is_a',
  ),
  15 => 
  array (
    0 => 'function.is-subclass-of.php',
    1 => 'is_subclass_of',
  ),
  16 => 
  array (
    0 => 'function.method-exists.php',
    1 => 'method_exists',
  ),
  17 => 
  array (
    0 => 'function.property-exists.php',
    1 => 'property_exists',
  ),
  18 => 
  array (
    0 => 'function.trait-exists.php',
    1 => 'trait_exists',
  ),
);
$TOC_DEPRECATED = array (
  0 => 
  array (
    0 => 'function.autoload.php',
    1 => '__autoload',
  ),
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.classobj.php',
    1 => 'Классы и объекты',
  ),
  1 => 
  array (
    0 => 'refs.basic.vartype.php',
    1 => 'Модули для работы с переменными и типами',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => 'Справочник функций',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => 'Предисловие',
  ),
);