<?php
$TOC = array (
  0 => 
  array (
    0 => 'migration74.new-features.php',
    1 => '新特性',
  ),
  1 => 
  array (
    0 => 'migration74.new-classes.php',
    1 => '新的类和接口',
  ),
  2 => 
  array (
    0 => 'migration74.new-functions.php',
    1 => '新函数',
  ),
  3 => 
  array (
    0 => 'migration74.constants.php',
    1 => '新的全局常量',
  ),
  4 => 
  array (
    0 => 'migration74.incompatible.php',
    1 => '不向后兼容的变更',
  ),
  5 => 
  array (
    0 => 'migration74.deprecated.php',
    1 => 'PHP 7.4.x 废弃的功能',
  ),
  6 => 
  array (
    0 => 'migration74.removed-extensions.php',
    1 => '移除的扩展',
  ),
  7 => 
  array (
    0 => 'migration74.other-changes.php',
    1 => '其他变更',
  ),
  8 => 
  array (
    0 => 'migration74.windows-support.php',
    1 => 'Windows 支持',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'appendices.php',
    1 => '附录',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => '序言',
  ),
);