Hashtags için;
preg_match_all("/(#w+)/", $text, $matches);
@.... için;
preg_match_all("/(@w+)/", $text, $matches);