<?php
$TOC = array (
  0 => 
  array (
    0 => 'taint.detail.basic.php',
    1 => 'Functions and Statements which will spread the tainted mark of a
   tainted string',
  ),
  1 => 
  array (
    0 => 'taint.detail.taint.php',
    1 => 'Functions and statements which will check tainted string',
  ),
  2 => 
  array (
    0 => 'taint.detail.untaint.php',
    1 => 'Functions which untaint the tainted string',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.taint.php',
    1 => 'Taint',
  ),
  1 => 
  array (
    0 => 'refs.basic.other.php',
    1 => 'Sonstige Grunderweiterungen',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => 'Funktionsreferenz',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => 'Vorwort',
  ),
);