Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /home/brigh192/public_html/getcedar/vendor/ezyang/htmlpurifier/extras/HTMLPurifierExtras.autoload.php on line 20
HTML Purifier Config Form Smoketest

HTML Purifier Config Form Smoketest

This file outputs the configuration form for every single type of directive possible.

DirectiveValue
Directive
Type
Not supported
or
or
[Reset]
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' => 
    stdClass::__set_state(array(
    )),
    'nullbool' => NULL,
    'nullstring' => NULL,
    'string' => 'Case sensitive',
    'text' => 'Case sensitive
and
possibly
quite long...',
  ),
)