Home
last modified time | relevance | path

Searched refs:CONTENT_LENGTH (Results 1 – 6 of 6) sorted by relevance

/PHP-5.6/sapi/cli/tests/
H A Dbug66606_1.phpt12 php_cli_server_start('var_dump($_SERVER["CONTENT_TYPE"], $_SERVER["CONTENT_LENGTH"])');
H A Dbug66606_2.phpt12 php_cli_server_start('var_dump($_SERVER["CONTENT_TYPE"], $_SERVER["CONTENT_LENGTH"])');
/PHP-5.6/sapi/tests/
H A Dtest006.phpt11 CONTENT_LENGTH=862
/PHP-5.6/sapi/fpm/tests/
H A Dinclude.inc108 'CONTENT_LENGTH' => 0
/PHP-5.6/sapi/cli/
H A Dphp_http_parser.c70 #define CONTENT_LENGTH "content-length" macro
1140 if (index > sizeof(CONTENT_LENGTH)-1 in php_http_parser_execute()
1141 || c != CONTENT_LENGTH[index]) { in php_http_parser_execute()
1143 } else if (index == sizeof(CONTENT_LENGTH)-2) { in php_http_parser_execute()
/PHP-5.6/
H A DINSTALL842 defined there: AUTH_TYPE, CONTENT_LENGTH, CONTENT_TYPE,

Completed in 26 milliseconds