1<?php 2$TOC = array ( 3 0 => 4 array ( 5 0 => 'copyright.php', 6 1 => 'Copyright', 7 ), 8 1 => 9 array ( 10 0 => 'manual.php', 11 1 => 'PHP Manual', 12 ), 13 2 => 14 array ( 15 0 => 'getting-started.php', 16 1 => 'Getting Started', 17 ), 18 3 => 19 array ( 20 0 => 'install.php', 21 1 => 'Installation and Configuration', 22 ), 23 4 => 24 array ( 25 0 => 'langref.php', 26 1 => 'Language Reference', 27 ), 28 5 => 29 array ( 30 0 => 'security.php', 31 1 => 'Security', 32 ), 33 6 => 34 array ( 35 0 => 'features.php', 36 1 => 'Features', 37 ), 38 7 => 39 array ( 40 0 => 'funcref.php', 41 1 => 'Function Reference', 42 ), 43 8 => 44 array ( 45 0 => 'internals2.php', 46 1 => 'PHP at the Core: A Hacker\'s Guide', 47 ), 48 9 => 49 array ( 50 0 => 'faq.php', 51 1 => 'FAQ', 52 ), 53 10 => 54 array ( 55 0 => 'appendices.php', 56 1 => 'Appendices', 57 ), 58); 59$PARENTS = array ( 60); 61