<?php
$TOC = array (
  0 => 
  array (
    0 => 'migration56.incompatible.php',
    1 => '下位互換性のない変更点',
  ),
  1 => 
  array (
    0 => 'migration56.new-features.php',
    1 => '新機能',
  ),
  2 => 
  array (
    0 => 'migration56.deprecated.php',
    1 => 'PHP 5.6.x で推奨されなくなる機能',
  ),
  3 => 
  array (
    0 => 'migration56.changed-functions.php',
    1 => '変更された関数',
  ),
  4 => 
  array (
    0 => 'migration56.new-functions.php',
    1 => '新しい関数',
  ),
  5 => 
  array (
    0 => 'migration56.openssl.php',
    1 => 'PHP 5.6.x における OpenSSL 関連の変更',
  ),
  6 => 
  array (
    0 => 'migration56.extensions.php',
    1 => 'その他の拡張モジュールに対する変更',
  ),
  7 => 
  array (
    0 => 'migration56.constants.php',
    1 => '新しいグローバル定数',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'appendices.php',
    1 => '付録',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => '序文',
  ),
);