PHP_HTTP_POST 590 sapi/cli/php_http_parser.c case 'P': parser->method = PHP_HTTP_POST; /* or PROPFIND or PROPPATCH or PUT */ break; PHP_HTTP_POST 637 sapi/cli/php_http_parser.c } else if (index == 1 && parser->method == PHP_HTTP_POST && ch == 'R') { PHP_HTTP_POST 639 sapi/cli/php_http_parser.c } else if (index == 1 && parser->method == PHP_HTTP_POST && ch == 'U') { PHP_HTTP_POST 641 sapi/cli/php_http_parser.c } else if (index == 1 && parser->method == PHP_HTTP_POST && ch == 'A') {