private function isVerbMatched($verb) { return $this->_verb === '*' || strcasecmp($verb, $this->_verb) === 0; }