<?php
$TOC = array (
  0 => 
  array (
    0 => 'migration70.incompatible.php',
    1 => '不向后兼容的变更',
  ),
  1 => 
  array (
    0 => 'migration70.new-features.php',
    1 => '新特性',
  ),
  2 => 
  array (
    0 => 'migration70.deprecated.php',
    1 => 'PHP 7.0.x 弃用的功能',
  ),
  3 => 
  array (
    0 => 'migration70.changed-functions.php',
    1 => '变更的函数',
  ),
  4 => 
  array (
    0 => 'migration70.new-functions.php',
    1 => '新函数',
  ),
  5 => 
  array (
    0 => 'migration70.classes.php',
    1 => '新的类和接口',
  ),
  6 => 
  array (
    0 => 'migration70.constants.php',
    1 => '新的全局常量',
  ),
  7 => 
  array (
    0 => 'migration70.sapi-changes.php',
    1 => 'SAPI 模块的变化',
  ),
  8 => 
  array (
    0 => 'migration70.removed-exts-sapis.php',
    1 => '移除的扩展和 SAPI',
  ),
  9 => 
  array (
    0 => 'migration70.other-changes.php',
    1 => '其它变更',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'appendices.php',
    1 => '附录',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => '序言',
  ),
);