PHP_HTTP_NOT_IMPLEMENTED 2397 sapi/cli/php_cli_server.c 	} else if (status == 1 && client->request.request_method == PHP_HTTP_NOT_IMPLEMENTED) {
PHP_HTTP_NOT_IMPLEMENTED  595 sapi/cli/php_http_parser.c           default: parser->method = PHP_HTTP_NOT_IMPLEMENTED; break;
PHP_HTTP_NOT_IMPLEMENTED  609 sapi/cli/php_http_parser.c           if (parser->method != PHP_HTTP_NOT_IMPLEMENTED && matcher[index] != '\0') {
PHP_HTTP_NOT_IMPLEMENTED  610 sapi/cli/php_http_parser.c             parser->method = PHP_HTTP_NOT_IMPLEMENTED;
PHP_HTTP_NOT_IMPLEMENTED  613 sapi/cli/php_http_parser.c         } else if (parser->method == PHP_HTTP_NOT_IMPLEMENTED || ch == matcher[index]) {
PHP_HTTP_NOT_IMPLEMENTED  621 sapi/cli/php_http_parser.c             parser->method = PHP_HTTP_NOT_IMPLEMENTED;
PHP_HTTP_NOT_IMPLEMENTED  635 sapi/cli/php_http_parser.c             parser->method = PHP_HTTP_NOT_IMPLEMENTED;
PHP_HTTP_NOT_IMPLEMENTED  648 sapi/cli/php_http_parser.c           parser->method = PHP_HTTP_NOT_IMPLEMENTED;