<?php
$TOC = array (
  0 => 
  array (
    0 => 'language.operators.precedence.php',
    1 => 'Priorit&eacute; des op&eacute;rateurs',
  ),
  1 => 
  array (
    0 => 'language.operators.arithmetic.php',
    1 => 'Arithm&eacute;tique',
  ),
  2 => 
  array (
    0 => 'language.operators.increment.php',
    1 => 'Incr&eacute;mentation et d&eacute;cr&eacute;mentation',
  ),
  3 => 
  array (
    0 => 'language.operators.assignment.php',
    1 => 'Affectation',
  ),
  4 => 
  array (
    0 => 'language.operators.bitwise.php',
    1 => 'Bitwise',
  ),
  5 => 
  array (
    0 => 'language.operators.comparison.php',
    1 => 'Comparaison',
  ),
  6 => 
  array (
    0 => 'language.operators.errorcontrol.php',
    1 => 'Contr&ocirc;le d\'erreur',
  ),
  7 => 
  array (
    0 => 'language.operators.execution.php',
    1 => 'Ex&eacute;cution',
  ),
  8 => 
  array (
    0 => 'language.operators.logical.php',
    1 => 'Logique',
  ),
  9 => 
  array (
    0 => 'language.operators.string.php',
    1 => 'Cha&icirc;nes de caract&egrave;res',
  ),
  10 => 
  array (
    0 => 'language.operators.array.php',
    1 => 'Tableaux',
  ),
  11 => 
  array (
    0 => 'language.operators.type.php',
    1 => 'Type',
  ),
  12 => 
  array (
    0 => 'language.operators.functional.php',
    1 => 'Fonctionnels',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'langref.php',
    1 => 'R&eacute;f&eacute;rence du langage',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Pr&eacute;face',
  ),
);