<?php
$TOC = array (
  0 => 
  array (
    0 => 'language.operators.precedence.php',
    1 => 'İşle&ccedil; &Ouml;nceliği',
  ),
  1 => 
  array (
    0 => 'language.operators.arithmetic.php',
    1 => 'Aritmetik',
  ),
  2 => 
  array (
    0 => 'language.operators.increment.php',
    1 => 'Artırım ve Eksiltim',
  ),
  3 => 
  array (
    0 => 'language.operators.assignment.php',
    1 => 'Atama',
  ),
  4 => 
  array (
    0 => 'language.operators.bitwise.php',
    1 => 'Bitsel',
  ),
  5 => 
  array (
    0 => 'language.operators.comparison.php',
    1 => 'Karşılaştırma',
  ),
  6 => 
  array (
    0 => 'language.operators.errorcontrol.php',
    1 => 'Hata Denetim',
  ),
  7 => 
  array (
    0 => 'language.operators.execution.php',
    1 => '&Ccedil;alıştırma',
  ),
  8 => 
  array (
    0 => 'language.operators.logical.php',
    1 => 'Mantıksal',
  ),
  9 => 
  array (
    0 => 'language.operators.string.php',
    1 => 'Dizge',
  ),
  10 => 
  array (
    0 => 'language.operators.array.php',
    1 => 'Dizi',
  ),
  11 => 
  array (
    0 => 'language.operators.type.php',
    1 => 'T&uuml;r',
  ),
  12 => 
  array (
    0 => 'language.operators.functional.php',
    1 => 'İşlevsel &Ouml;ğeler',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'langref.php',
    1 => 'Dil Başvuru Kılavuzu',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => '&Ouml;ns&ouml;z',
  ),
);