Home
last modified time | relevance | path

Searched refs:content_type (Results 1 – 15 of 15) sorted by relevance

/PHP-7.2/ext/curl/tests/
H A Dbug46739.phpt2 Bug #46739 (array returned by curl_getinfo should contain content_type key)
16 echo (array_key_exists('content_type', $info)) ? "set" : "not set";
H A Dcurl_basic_016.phpt24 ["content_type"]=>
/PHP-7.2/main/
H A DSAPI.c184 char *content_type = estrndup(SG(request_info).content_type, content_type_length); in sapi_read_post_data() local
194 for (p=content_type; p<content_type+content_type_length; p++) { in sapi_read_post_data()
199 content_type_length = p-content_type; in sapi_read_post_data()
229 SG(request_info).content_type_dup = content_type; in sapi_read_post_data()
307 char *mimetype, *charset, *content_type; in get_default_content_type() local
329 content_type = (char*)emalloc(*len + 1); in get_default_content_type()
330 p = content_type + prefix_len; in get_default_content_type()
338 content_type = (char*)emalloc(*len + 1); in get_default_content_type()
341 return content_type; in get_default_content_type()
470 && SG(request_info).content_type in sapi_activate()
[all …]
H A DSAPI.h91 const char *content_type; member
274 char *content_type; member
/PHP-7.2/sapi/apache2handler/
H A Dsapi_apache2.c117 if (ctx->content_type) { in php_apache_sapi_header_handler()
118 efree(ctx->content_type); in php_apache_sapi_header_handler()
120 ctx->content_type = estrdup(val); in php_apache_sapi_header_handler()
166 if (!ctx->content_type) { in php_apache_sapi_send_headers()
167 ctx->content_type = sapi_get_default_content_type(); in php_apache_sapi_send_headers()
169 ap_set_content_type(ctx->r, apr_pstrdup(ctx->r->pool, ctx->content_type)); in php_apache_sapi_send_headers()
170 efree(ctx->content_type); in php_apache_sapi_send_headers()
171 ctx->content_type = NULL; in php_apache_sapi_send_headers()
507 SG(request_info).content_type = apr_table_get(r->headers_in, "Content-Type"); in php_apache_request_ctor()
H A Dphp_apache.h53 char *content_type; member
H A Dphp_functions.c147 ADD_STRING(content_type); in PHP_FUNCTION()
/PHP-7.2/ext/soap/tests/
H A Dcustom_content_type.phpt33 'content_type' => sprintf("Multipart/Related")
59 'content_type' => sprintf("")
/PHP-7.2/ext/soap/
H A Dphp_http.c353 char *content_type, *http_version, *cookie_itt; in make_http_soap_request() local
1245 content_type = get_http_header_value(ZSTR_VAL(http_headers), "Content-Type: "); in make_http_soap_request()
1246 if (content_type) { in make_http_soap_request()
1249 pos = strstr(content_type,";"); in make_http_soap_request()
1251 cmplen = pos - content_type; in make_http_soap_request()
1253 cmplen = strlen(content_type); in make_http_soap_request()
1255 if (strncmp(content_type, "text/xml", cmplen) == 0 || in make_http_soap_request()
1256 strncmp(content_type, "application/soap+xml", cmplen) == 0) { in make_http_soap_request()
1271 efree(content_type); in make_http_soap_request()
/PHP-7.2/ext/standard/tests/file/
H A Dfile.inc192 string $content_type = "numeric",
212 $content_type = Specify type of the content to fill in the file.
235 $content_type = "numeric",
279 if ( $content_type == "empty" ) {
293 if( fill_file($file_handle, $content_type, $file_size) )
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c1043 SG(request_info).content_type = NULL;
1054 char *content_type = FCGI_GETENV(request, "CONTENT_TYPE"); local
1389 SG(request_info).content_type = (content_type ? content_type : "" );
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c1198 SG(request_info).content_type = NULL;
1209 char *content_type = CGI_GETENV("CONTENT_TYPE"); local
1464 SG(request_info).content_type = (content_type ? content_type : "" );
/PHP-7.2/ext/iconv/
H A Diconv.c398 char *s, *content_type, *mimetype = NULL; in php_iconv_output_handler() local
423 …len = spprintf(&content_type, 0, "Content-Type:%.*s; charset=%.*s", mimetype_len ? mimetype_len : … in php_iconv_output_handler()
425 …len = spprintf(&content_type, 0, "Content-Type:%.*s; charset=%s", mimetype_len ? mimetype_len : (i… in php_iconv_output_handler()
427 if (content_type && SUCCESS == sapi_add_header(content_type, (uint32_t)len, 0)) { in php_iconv_output_handler()
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c661 SG(request_info).content_type = pContentType ? pContentType : ""; in init_request_info()
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c1814 request_info->content_type = val; in php_cli_server_client_populate_request_info()

Completed in 71 milliseconds