You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

func.phpt 184B

123456789
  1. --TEST--
  2. HTMLPurifier.func.php test
  3. --FILE--
  4. <?php
  5. require '../library/HTMLPurifier.auto.php';
  6. require 'HTMLPurifier.func.php';
  7. echo HTMLPurifier('<b>Salsa!');
  8. --EXPECT--
  9. <b>Salsa!</b>