Deprecated: Function get_magic_quotes_gpc() is deprecated in /mnt/www/fss/service-center/vendor/ezyang/htmlpurifier/smoketests/common.php on line 19

Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /mnt/www/fss/service-center/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.


Deprecated: Function get_magic_quotes_gpc() is deprecated in /mnt/www/fss/service-center/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php on line 797

Deprecated: Array and string offset access syntax with curly braces is deprecated in /mnt/www/fss/service-center/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php on line 157
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' => 
    (object) array(
    ),
    'nullbool' => NULL,
    'nullstring' => NULL,
    'string' => 'Case sensitive',
    'text' => 'Case sensitive
and
possibly
quite long...',
  ),
)