<?php
$TOC = array (
  0 => 
  array (
    0 => 'migration70.incompatible.php',
    1 => 'Nicht abw&auml;rtskompatible &Auml;nderungen',
  ),
  1 => 
  array (
    0 => 'migration70.new-features.php',
    1 => 'Neue Features',
  ),
  2 => 
  array (
    0 => 'migration70.deprecated.php',
    1 => 'Veraltete Features in PHP 7.0.x',
  ),
  3 => 
  array (
    0 => 'migration70.changed-functions.php',
    1 => 'Ge&auml;nderte Funktionen',
  ),
  4 => 
  array (
    0 => 'migration70.new-functions.php',
    1 => 'Neue Funktionen',
  ),
  5 => 
  array (
    0 => 'migration70.classes.php',
    1 => 'Neue Klassen und Interfaces',
  ),
  6 => 
  array (
    0 => 'migration70.constants.php',
    1 => 'Neue globale Konstanten',
  ),
  7 => 
  array (
    0 => 'migration70.sapi-changes.php',
    1 => '&Auml;nderungen in SAPI-Modulen',
  ),
  8 => 
  array (
    0 => 'migration70.removed-exts-sapis.php',
    1 => 'Entfernte Erweiterungen und SAPIs',
  ),
  9 => 
  array (
    0 => 'migration70.other-changes.php',
    1 => 'Sonstige &Auml;nderungen',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'appendices.php',
    1 => 'Anhang',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Vorwort',
  ),
);