<?php
$TOC = array (
  0 => 
  array (
    0 => 'features.gc.refcounting-basics.php',
    1 => '引用计数基础',
  ),
  1 => 
  array (
    0 => 'features.gc.collecting-cycles.php',
    1 => '回收循环',
  ),
  2 => 
  array (
    0 => 'features.gc.performance-considerations.php',
    1 => '性能方面考虑的因素',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'features.php',
    1 => '特点',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => '序言',
  ),
);