Searched refs:PHP_HTTP_POST (Results 1 – 3 of 3) sorted by relevance
79 , PHP_HTTP_POST enumerator
523 case 'P': parser->method = PHP_HTTP_POST; /* or PROPFIND or PROPPATCH or PUT */ break; in php_http_parser_execute()569 } else if (index == 1 && parser->method == PHP_HTTP_POST && ch == 'R') { in php_http_parser_execute()571 } else if (index == 1 && parser->method == PHP_HTTP_POST && ch == 'U') { in php_http_parser_execute()573 } else if (index == 1 && parser->method == PHP_HTTP_POST && ch == 'A') { in php_http_parser_execute()
2090 smart_str_appends_ex(&buffer, php_http_method_str(PHP_HTTP_POST), 1); in php_cli_server_send_error_page()
Completed in 16 milliseconds