Searched refs:sapi_add_header (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/main/ |
H A D | SAPI.h | 183 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) macro
|
H A D | main.c | 1802 sapi_add_header(SAPI_PHP_VERSION_HEADER, sizeof(SAPI_PHP_VERSION_HEADER)-1, 1); in php_request_startup()
|
/PHP-8.2/ext/soap/ |
H A D | soap.c | 1202 …sapi_add_header("Content-Type: text/xml; charset=utf-8", sizeof("Content-Type: text/xml; charset=u… 1548 …sapi_add_header("Content-Type: text/xml; charset=utf-8", sizeof("Content-Type: text/xml; charset=u… 1552 sapi_add_header("Connection: close", sizeof("Connection: close")-1, 1); 1555 sapi_add_header(cont_len, strlen(cont_len), 1); 1560 sapi_add_header("HTTP/1.1 202 Accepted", sizeof("HTTP/1.1 202 Accepted")-1, 1); 1561 sapi_add_header("Content-Length: 0", sizeof("Content-Length: 0")-1, 1); 1698 …sapi_add_header("HTTP/1.1 500 Internal Server Error", sizeof("HTTP/1.1 500 Internal Server Error")… 1701 sapi_add_header("Connection: close", sizeof("Connection: close")-1, 1); 1704 sapi_add_header(cont_len, strlen(cont_len), 1); 1707 …sapi_add_header("Content-Type: application/soap+xml; charset=utf-8", sizeof("Content-Type: applica… [all …]
|
/PHP-8.2/ext/iconv/ |
H A D | iconv.c | 331 if (content_type && SUCCESS == sapi_add_header(content_type, len, 0)) { in php_iconv_output_handler()
|
/PHP-8.2/ext/session/ |
H A D | session.c | 1118 #define ADD_HEADER(a) sapi_add_header(a, strlen(a), 1);
|
/PHP-8.2/ext/mbstring/ |
H A D | mbstring.c | 1605 if (sapi_add_header(p, len, 0) != FAILURE) { in PHP_FUNCTION()
|
Completed in 77 milliseconds