<?php
$TOC = array (
  0 => 
  array (
    0 => 'migration84.new-features.php',
    1 => '新機能',
  ),
  1 => 
  array (
    0 => 'migration84.new-classes.php',
    1 => '新しいクラス、列挙型、インターフェイス',
  ),
  2 => 
  array (
    0 => 'migration84.new-functions.php',
    1 => '新しく追加された関数',
  ),
  3 => 
  array (
    0 => 'migration84.constants.php',
    1 => '新しいグローバル定数',
  ),
  4 => 
  array (
    0 => 'migration84.incompatible.php',
    1 => '下位互換性のない変更点',
  ),
  5 => 
  array (
    0 => 'migration84.deprecated.php',
    1 => 'PHP 8.4.x で推奨されなくなる機能',
  ),
  6 => 
  array (
    0 => 'migration84.removed-extensions.php',
    1 => '削除された拡張モジュール',
  ),
  7 => 
  array (
    0 => 'migration84.other-changes.php',
    1 => 'その他の変更',
  ),
  8 => 
  array (
    0 => 'migration84.windows-support.php',
    1 => 'Windows のサポート',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'appendices.php',
    1 => '付録',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => '序文',
  ),
);