Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A DSAPI.h185 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) macro
H A Dmain.c1808 sapi_add_header(SAPI_PHP_VERSION_HEADER, sizeof(SAPI_PHP_VERSION_HEADER)-1, 1); in php_request_startup()
/PHP-7.3/ext/soap/
H A Dsoap.c1533sapi_add_header("Content-Type: text/xml; charset=utf-8", sizeof("Content-Type: text/xml; charset=u…
1914sapi_add_header("Content-Type: text/xml; charset=utf-8", sizeof("Content-Type: text/xml; charset=u…
1920 sapi_add_header("Connection: close", sizeof("Connection: close")-1, 1);
1923 sapi_add_header(cont_len, strlen(cont_len), 1);
1928 sapi_add_header("HTTP/1.1 202 Accepted", sizeof("HTTP/1.1 202 Accepted")-1, 1);
1929 sapi_add_header("Content-Length: 0", sizeof("Content-Length: 0")-1, 1);
2062sapi_add_header("HTTP/1.1 500 Internal Server Error", sizeof("HTTP/1.1 500 Internal Server Error")…
2065 sapi_add_header("Connection: close", sizeof("Connection: close")-1, 1);
2068 sapi_add_header(cont_len, strlen(cont_len), 1);
2071sapi_add_header("Content-Type: application/soap+xml; charset=utf-8", sizeof("Content-Type: applica…
[all …]
/PHP-7.3/ext/iconv/
H A Diconv.c425 if (content_type && SUCCESS == sapi_add_header(content_type, len, 0)) { in php_iconv_output_handler()
/PHP-7.3/ext/session/
H A Dsession.c1105 #define ADD_HEADER(a) sapi_add_header(a, strlen(a), 1);
/PHP-7.3/ext/mbstring/
H A Dmbstring.c2259 if (sapi_add_header(p, len, 0) != FAILURE) { in PHP_FUNCTION()

Completed in 58 milliseconds