<?php
$TOC = array (
  0 => 
  array (
    0 => 'taint.detail.basic.php',
    1 => 'Fonctions et requ&ecirc;tes qui seront marqu&eacute;es comme cha&icirc;nes non propres',
  ),
  1 => 
  array (
    0 => 'taint.detail.taint.php',
    1 => 'Fonctions et requ&ecirc;tes qui v&eacute;rifieront si la cha&icirc;ne est propre',
  ),
  2 => 
  array (
    0 => 'taint.detail.untaint.php',
    1 => 'Fonctions qui ne nettoieront pas une cha&icirc;ne non propre',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.taint.php',
    1 => 'Taint',
  ),
  1 => 
  array (
    0 => 'refs.basic.other.php',
    1 => 'Autres extensions basiques',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => 'R&eacute;f&eacute;rence des fonctions',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => 'Pr&eacute;face',
  ),
);