PHP_HTTP_NOT_IMPLEMENTED 2324 sapi/cli/php_cli_server.c 	} else if (status == 1 && client->request.request_method == PHP_HTTP_NOT_IMPLEMENTED) {
PHP_HTTP_NOT_IMPLEMENTED  597 sapi/cli/php_http_parser.c           default: parser->method = PHP_HTTP_NOT_IMPLEMENTED; break;
PHP_HTTP_NOT_IMPLEMENTED  610 sapi/cli/php_http_parser.c           if (parser->method != PHP_HTTP_NOT_IMPLEMENTED && matcher[index] != '\0') {
PHP_HTTP_NOT_IMPLEMENTED  611 sapi/cli/php_http_parser.c             parser->method = PHP_HTTP_NOT_IMPLEMENTED;
PHP_HTTP_NOT_IMPLEMENTED  614 sapi/cli/php_http_parser.c         } else if (parser->method == PHP_HTTP_NOT_IMPLEMENTED || ch == matcher[index]) {
PHP_HTTP_NOT_IMPLEMENTED  622 sapi/cli/php_http_parser.c             parser->method = PHP_HTTP_NOT_IMPLEMENTED;
PHP_HTTP_NOT_IMPLEMENTED  636 sapi/cli/php_http_parser.c             parser->method = PHP_HTTP_NOT_IMPLEMENTED;
PHP_HTTP_NOT_IMPLEMENTED  651 sapi/cli/php_http_parser.c           parser->method = PHP_HTTP_NOT_IMPLEMENTED;