matcher           604 sapi/cli/php_http_parser.c         const char *matcher;
matcher           608 sapi/cli/php_http_parser.c         matcher = method_strings[parser->method];
matcher           610 sapi/cli/php_http_parser.c           if (parser->method != PHP_HTTP_NOT_IMPLEMENTED && matcher[index] != '\0') {
matcher           614 sapi/cli/php_http_parser.c         } else if (parser->method == PHP_HTTP_NOT_IMPLEMENTED || ch == matcher[index]) {