purifier->purify($input); $this->assertIdentical($expect, $result); } function test() { $config = HTMLPurifier_Config::createDefault(); $this->purifier = new HTMLPurifier($config); $this->assertPurification("Null byte\0", "Null byte"); } } ?>