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