Home
last modified time | relevance | path

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

/PHP-8.0/sapi/cli/tests/
H A Dbug66606_1.phpt12 php_cli_server_start('var_dump(isset($_SERVER["CONTENT_TYPE"]), isset($_SERVER["CONTENT_LENGTH"]))'…
H A Dbug66606_2.phpt12 php_cli_server_start('var_dump($_SERVER["CONTENT_TYPE"], $_SERVER["CONTENT_LENGTH"])');
/PHP-8.0/sapi/cli/
H A Dphp_http_parser.c70 #define CONTENT_LENGTH "content-length" macro
1074 if (index > sizeof(CONTENT_LENGTH)-1 in php_http_parser_execute()
1075 || c != CONTENT_LENGTH[index]) { in php_http_parser_execute()
1077 } else if (index == sizeof(CONTENT_LENGTH)-2) { in php_http_parser_execute()
/PHP-8.0/sapi/fpm/tests/
H A Dtester.inc604 'CONTENT_LENGTH' => strlen($stdin ?? "") // Default to 0

Completed in 30 milliseconds