1<?php 2$TOC = array ( 3 0 => 4 array ( 5 0 => 'language.basic-syntax.php', 6 1 => 'Basic syntax', 7 ), 8 1 => 9 array ( 10 0 => 'language.types.php', 11 1 => 'Types', 12 ), 13 2 => 14 array ( 15 0 => 'language.variables.php', 16 1 => 'Variables', 17 ), 18 3 => 19 array ( 20 0 => 'language.constants.php', 21 1 => 'Constants', 22 ), 23 4 => 24 array ( 25 0 => 'language.expressions.php', 26 1 => 'Expressions', 27 ), 28 5 => 29 array ( 30 0 => 'language.operators.php', 31 1 => 'Operators', 32 ), 33 6 => 34 array ( 35 0 => 'language.control-structures.php', 36 1 => 'Control Structures', 37 ), 38 7 => 39 array ( 40 0 => 'language.functions.php', 41 1 => 'Functions', 42 ), 43 8 => 44 array ( 45 0 => 'language.oop5.php', 46 1 => 'Classes and Objects', 47 ), 48 9 => 49 array ( 50 0 => 'language.namespaces.php', 51 1 => 'Namespaces', 52 ), 53 10 => 54 array ( 55 0 => 'language.exceptions.php', 56 1 => 'Exceptions', 57 ), 58 11 => 59 array ( 60 0 => 'language.generators.php', 61 1 => 'Generators', 62 ), 63 12 => 64 array ( 65 0 => 'language.references.php', 66 1 => 'References Explained', 67 ), 68 13 => 69 array ( 70 0 => 'reserved.variables.php', 71 1 => 'Predefined Variables', 72 ), 73 14 => 74 array ( 75 0 => 'reserved.exceptions.php', 76 1 => 'Predefined Exceptions', 77 ), 78 15 => 79 array ( 80 0 => 'reserved.interfaces.php', 81 1 => 'Predefined Interfaces and Classes', 82 ), 83 16 => 84 array ( 85 0 => 'context.php', 86 1 => 'Context options and parameters', 87 ), 88 17 => 89 array ( 90 0 => 'wrappers.php', 91 1 => 'Supported Protocols and Wrappers', 92 ), 93); 94$PARENTS = array ( 95 0 => 96 array ( 97 0 => 'index.php', 98 1 => 'PHP Manual', 99 ), 100); 101