message .= " is printing this: "; } function plugin(&$text) { $output = $this->message . $text . " ({$this->count})"; $this->count++; return $output; } } ?>