Searched refs:matcher (Results 1 – 5 of 5) sorted by relevance
156 * Read log until matcher matches the log message or there are no more logs.158 * @param callable $matcher Callback to identify a match159 * @param string|null $notFoundMessage Error message if matcher does not succeed.168 callable $matcher,187 if ($matcher($line)) {201 } while ( ! $matcher($line));
128 * Match the matcher checking the log lines using the callback.140 callable $matcher,151 $matcher,178 $matcher = function (string $line) {210 return $matcher($line);212 return $this->match($matcher, 'Truncated message not found');246 $matcher = fn(string $line) => $this->checkLine($line);249 if ( ! $this->match($matcher, 'Output message not found')) {496 * Get log entry matcher.579 $matcher = $this->getEntryMatcher($type, $expectedMessage, $pool, $ignoreErrorFor);[all …]
17 public function addMatcher( $matcher) {18 $this->matchers[] = $matcher;
535 const char *matcher; in php_http_parser_execute() local539 matcher = method_strings[parser->method]; in php_http_parser_execute()541 if (parser->method != PHP_HTTP_NOT_IMPLEMENTED && matcher[index] != '\0') { in php_http_parser_execute()545 } else if (parser->method == PHP_HTTP_NOT_IMPLEMENTED || ch == matcher[index]) { in php_http_parser_execute()
4218 # An ERE matcher.
Completed in 30 milliseconds