This file outputs the configuration form for every single type of directive possible.
array ( 'Directive' => array ( 'Allowed' => 'apple', 'Deprecated' => 0, ), 'Type' => array ( 'bool' => false, 'float' => 3.141500000000000181188397618825547397136688232421875, 'hash' => array ( 'key1' => 'val1', 'key2' => 'val2', ), 'int' => 23, 'istring' => 'case insensitive', 'itext' => 'case insensitive and possibly quite long', 'list' => array ( 0 => 'item1', 1 => 'item2', ), 'lookup' => array ( 'key1' => true, 'key2' => true, ), 'mixed' => (object) array( ), 'nullbool' => NULL, 'nullstring' => NULL, 'string' => 'Case sensitive', 'text' => 'Case sensitive and possibly quite long...', ), )