as italic * * @param $text string * @return string */ function emphasize( $text ) { return $text; } }