Home
last modified time | relevance | path

Searched refs:PHP_HTTP_POST (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/cli/
H A Dphp_http_parser.h81 , PHP_HTTP_POST enumerator
H A Dphp_http_parser.c589 case 'P': parser->method = PHP_HTTP_POST; /* or PROPFIND or PROPPATCH or PUT */ break; in php_http_parser_execute()
627 } else if (index == 1 && parser->method == PHP_HTTP_POST && ch == 'R') { in php_http_parser_execute()
629 } else if (index == 1 && parser->method == PHP_HTTP_POST && ch == 'U') { in php_http_parser_execute()
631 } else if (index == 1 && parser->method == PHP_HTTP_POST && ch == 'A') { in php_http_parser_execute()

Completed in 9 milliseconds