this is some text"; $this->assertEquals("<b>this is some text</b>", h($str)); $this->assertEquals("this is some text", (string)raw($str)); } } ?>