Home
last modified time | relevance | path

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

/PHP-7.0/sapi/cli/
H A Dphp_http_parser.h111 enum php_http_parser_type { PHP_HTTP_REQUEST, PHP_HTTP_RESPONSE, PHP_HTTP_BOTH }; enumerator
H A Dphp_http_parser.c342 parser->type = PHP_HTTP_RESPONSE; in php_http_parser_execute()
1550 …parser->state = (t == PHP_HTTP_REQUEST ? s_start_req : (t == PHP_HTTP_RESPONSE ? s_start_res : s_s… in php_http_parser_init()

Completed in 12 milliseconds