Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A DSAPI.h183 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) macro
H A Dmain.c1760 sapi_add_header(SAPI_PHP_VERSION_HEADER, sizeof(SAPI_PHP_VERSION_HEADER)-1, 1); in php_request_startup()
/PHP-8.1/ext/soap/
H A Dsoap.c1242sapi_add_header("Content-Type: text/xml; charset=utf-8", sizeof("Content-Type: text/xml; charset=u…
1591sapi_add_header("Content-Type: text/xml; charset=utf-8", sizeof("Content-Type: text/xml; charset=u…
1595 sapi_add_header("Connection: close", sizeof("Connection: close")-1, 1);
1598 sapi_add_header(cont_len, strlen(cont_len), 1);
1603 sapi_add_header("HTTP/1.1 202 Accepted", sizeof("HTTP/1.1 202 Accepted")-1, 1);
1604 sapi_add_header("Content-Length: 0", sizeof("Content-Length: 0")-1, 1);
1740sapi_add_header("HTTP/1.1 500 Internal Server Error", sizeof("HTTP/1.1 500 Internal Server Error")…
1743 sapi_add_header("Connection: close", sizeof("Connection: close")-1, 1);
1746 sapi_add_header(cont_len, strlen(cont_len), 1);
1749sapi_add_header("Content-Type: application/soap+xml; charset=utf-8", sizeof("Content-Type: applica…
[all …]
/PHP-8.1/ext/iconv/
H A Diconv.c331 if (content_type && SUCCESS == sapi_add_header(content_type, len, 0)) { in php_iconv_output_handler()
/PHP-8.1/ext/session/
H A Dsession.c1111 #define ADD_HEADER(a) sapi_add_header(a, strlen(a), 1);
/PHP-8.1/ext/mbstring/
H A Dmbstring.c1599 if (sapi_add_header(p, len, 0) != FAILURE) { in PHP_FUNCTION()

Completed in 108 milliseconds