<?php
$TOC = array (
  0 => 
  array (
    0 => 'language.operators.precedence.php',
    1 => 'Operator-Rangfolge',
  ),
  1 => 
  array (
    0 => 'language.operators.arithmetic.php',
    1 => 'Arithmetisch',
  ),
  2 => 
  array (
    0 => 'language.operators.increment.php',
    1 => 'Inkrement und Dekrement',
  ),
  3 => 
  array (
    0 => 'language.operators.assignment.php',
    1 => 'Zuweisung',
  ),
  4 => 
  array (
    0 => 'language.operators.bitwise.php',
    1 => 'Bit',
  ),
  5 => 
  array (
    0 => 'language.operators.comparison.php',
    1 => 'Vergleich',
  ),
  6 => 
  array (
    0 => 'language.operators.errorcontrol.php',
    1 => 'Fehlerkontrolle',
  ),
  7 => 
  array (
    0 => 'language.operators.execution.php',
    1 => 'Programmausf&uuml;hrung',
  ),
  8 => 
  array (
    0 => 'language.operators.logical.php',
    1 => 'Logik',
  ),
  9 => 
  array (
    0 => 'language.operators.string.php',
    1 => 'Zeichenketten',
  ),
  10 => 
  array (
    0 => 'language.operators.array.php',
    1 => 'Array',
  ),
  11 => 
  array (
    0 => 'language.operators.type.php',
    1 => 'Typ',
  ),
  12 => 
  array (
    0 => 'language.operators.functional.php',
    1 => 'Functional',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'langref.php',
    1 => 'Sprachreferenz',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Vorwort',
  ),
);