PHP_HTTP_SUBSCRIBE  594 sapi/cli/php_http_parser.c           case 'S': parser->method = PHP_HTTP_SUBSCRIBE; /* or SEARCH */ break;
PHP_HTTP_SUBSCRIBE  644 sapi/cli/php_http_parser.c         } else if (index == 1 && parser->method == PHP_HTTP_SUBSCRIBE && ch == 'E') {