<?php
$TOC = array (
  0 => 
  array (
    0 => 'history.php',
    1 => 'Die Geschichte von PHP und verwandten Projekten',
  ),
  1 => 
  array (
    0 => 'examples.php',
    1 => 'About manual examples',
  ),
  2 => 
  array (
    0 => 'migration85.php',
    1 => 'Migrating from PHP 8.4.x to PHP 8.5.x',
  ),
  3 => 
  array (
    0 => 'migration84.php',
    1 => 'Migrating from PHP 8.3.x to PHP 8.4.x',
  ),
  4 => 
  array (
    0 => 'migration83.php',
    1 => 'Migration von PHP 8.2.x auf PHP 8.3.x',
  ),
  5 => 
  array (
    0 => 'migration82.php',
    1 => 'Migration von PHP 8.1.x auf PHP 8.2.x',
  ),
  6 => 
  array (
    0 => 'migration81.php',
    1 => 'Migration von PHP 8.0.x auf PHP 8.1.x',
  ),
  7 => 
  array (
    0 => 'migration80.php',
    1 => 'Migration von PHP 7.4.x auf PHP 8.0.x',
  ),
  8 => 
  array (
    0 => 'migration74.php',
    1 => 'Migration von PHP 7.3.x auf PHP 7.4.x',
  ),
  9 => 
  array (
    0 => 'migration73.php',
    1 => 'Migration von PHP 7.2.x auf PHP 7.3.x',
  ),
  10 => 
  array (
    0 => 'migration72.php',
    1 => 'Migration von PHP 7.1.x auf PHP 7.2.x',
  ),
  11 => 
  array (
    0 => 'migration71.php',
    1 => 'Migration von PHP 7.0.x nach PHP 7.1.x',
  ),
  12 => 
  array (
    0 => 'migration70.php',
    1 => 'Migration von PHP 5.6.x nach PHP 7.0.x',
  ),
  13 => 
  array (
    0 => 'migration56.php',
    1 => 'Migration von PHP 5.5.x auf PHP 5.6.x',
  ),
  14 => 
  array (
    0 => 'debugger.php',
    1 => 'PHP Debugging',
  ),
  15 => 
  array (
    0 => 'configure.php',
    1 => 'Konfigurationsoptionen',
  ),
  16 => 
  array (
    0 => 'ini.php',
    1 => 'php.ini Direktiven',
  ),
  17 => 
  array (
    0 => 'extensions.php',
    1 => 'Extension-Liste/-Kategorisierung',
  ),
  18 => 
  array (
    0 => 'aliases.php',
    1 => 'Liste der Funktions-Aliase',
  ),
  19 => 
  array (
    0 => 'reserved.php',
    1 => 'Liste der reservierten W&ouml;rter',
  ),
  20 => 
  array (
    0 => 'resource.php',
    1 => 'Liste der Ressourcen-Typen',
  ),
  21 => 
  array (
    0 => 'filters.php',
    1 => 'Liste verf&uuml;garer Filter',
  ),
  22 => 
  array (
    0 => 'transports.php',
    1 => 'Liste der unterst&uuml;tzten Socket-Transporter',
  ),
  23 => 
  array (
    0 => 'types.comparisons.php',
    1 => 'Tabelle zu Typenvergleichen in PHP',
  ),
  24 => 
  array (
    0 => 'tokens.php',
    1 => 'Liste der Parsertoken',
  ),
  25 => 
  array (
    0 => 'userlandnaming.php',
    1 => 'Userland-Namensregeln',
  ),
  26 => 
  array (
    0 => 'about.php',
    1 => '&Uuml;ber das Handbuch',
  ),
  27 => 
  array (
    0 => 'cc.license.php',
    1 => 'Creative Commons Attribution 3.0',
  ),
  28 => 
  array (
    0 => 'indexes.php',
    1 => 'Verzeichnis der Inhaltsverzeichnisse',
  ),
  29 => 
  array (
    0 => 'doc.changelog.php',
    1 => 'Changelog',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'index.php',
    1 => 'Vorwort',
  ),
);