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