Lines Matching refs:match
139 private function match(
212 return $this->match($matcher, 'Truncated message not found');
249 if ( ! $this->match($matcher, 'Output message not found')) {
274 if ( ! $this->match($suffixMatcher, 'Suffix message not found')) {
374 * @param string $matchedMessage The output message or part of it (match).
394 "The actual string(%d) does not match expected string(%d):\n",
538 'Most likely invalid match for entry',
614 $matchResult = $this->match(
616 $invert ? null : "The $type does not match expected message",
703 * @param bool $invert Whether to expect pattern not to match.
718 $matchResult = $this->match(
742 * Get match debug message.
777 * Print tracing of the match.