<?php
$TOC = array (
  0 => 
  array (
    0 => 'regexp.introduction.php',
    1 => 'Introduzione',
  ),
  1 => 
  array (
    0 => 'regexp.reference.delimiters.php',
    1 => 'Delimitatori',
  ),
  2 => 
  array (
    0 => 'regexp.reference.meta.php',
    1 => 'Meta-caratteri',
  ),
  3 => 
  array (
    0 => 'regexp.reference.escape.php',
    1 => 'Sequenze di escape',
  ),
  4 => 
  array (
    0 => 'regexp.reference.unicode.php',
    1 => 'Unicode character properties',
  ),
  5 => 
  array (
    0 => 'regexp.reference.anchors.php',
    1 => 'I caratteri &quot;^&quot; e &quot;$&quot;',
  ),
  6 => 
  array (
    0 => 'regexp.reference.dot.php',
    1 => 'Punto',
  ),
  7 => 
  array (
    0 => 'regexp.reference.character-classes.php',
    1 => 'Classi di caratteri',
  ),
  8 => 
  array (
    0 => 'regexp.reference.alternation.php',
    1 => 'Alternation',
  ),
  9 => 
  array (
    0 => 'regexp.reference.internal-options.php',
    1 => 'Settaggio delle opzioni interne',
  ),
  10 => 
  array (
    0 => 'regexp.reference.subpatterns.php',
    1 => 'Sotto-regole',
  ),
  11 => 
  array (
    0 => 'regexp.reference.repetition.php',
    1 => 'Ripetizioni',
  ),
  12 => 
  array (
    0 => 'regexp.reference.back-references.php',
    1 => 'Riferimenti all\'indietro',
  ),
  13 => 
  array (
    0 => 'regexp.reference.assertions.php',
    1 => 'Asserzioni',
  ),
  14 => 
  array (
    0 => 'regexp.reference.onlyonce.php',
    1 => 'Sotto-regole a riconoscimento singolo (Once-only subpatterns)',
  ),
  15 => 
  array (
    0 => 'regexp.reference.conditional.php',
    1 => 'Sotto-regole condizionali (Conditional subpatterns)',
  ),
  16 => 
  array (
    0 => 'regexp.reference.comments.php',
    1 => 'Commenti',
  ),
  17 => 
  array (
    0 => 'regexp.reference.recursive.php',
    1 => 'Criteri ricorsivi',
  ),
  18 => 
  array (
    0 => 'regexp.reference.performance.php',
    1 => 'Performance',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'pcre.pattern.php',
    1 => 'Pattern PCRE',
  ),
  1 => 
  array (
    0 => 'book.pcre.php',
    1 => 'PCRE',
  ),
  2 => 
  array (
    0 => 'refs.basic.text.php',
    1 => 'Elaborazione testo',
  ),
  3 => 
  array (
    0 => 'funcref.php',
    1 => 'Guida Funzioni',
  ),
  4 => 
  array (
    0 => 'index.php',
    1 => 'Manuale PHP',
  ),
);