<?php
$TOC = array (
  0 => 
  array (
    0 => 'reference.pcre.pattern.syntax.php',
    1 => 'Sintaxis de expresiones regulares PCRE',
  ),
  1 => 
  array (
    0 => 'reference.pcre.pattern.modifiers.php',
    1 => 'Opciones disponibles para las expresiones regulares',
  ),
  2 => 
  array (
    0 => 'reference.pcre.pattern.differences.php',
    1 => 'Diferencias con Perl',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.pcre.php',
    1 => 'PCRE',
  ),
  1 => 
  array (
    0 => 'refs.basic.text.php',
    1 => 'Procesamiento de texto',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => 'Referencia de funciones',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => 'Prefacio',
  ),
);