Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A DSAPI.h185 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1 TSRMLS_CC) macro
H A Dmain.c1580 sapi_add_header(SAPI_PHP_VERSION_HEADER, sizeof(SAPI_PHP_VERSION_HEADER)-1, 1); in php_request_startup()
1630 sapi_add_header(SAPI_PHP_VERSION_HEADER, sizeof(SAPI_PHP_VERSION_HEADER)-1, 1); in php_request_startup()
/PHP-5.5/ext/soap/
H A Dsoap.c1538sapi_add_header("Content-Type: text/xml; charset=utf-8", sizeof("Content-Type: text/xml; charset=u…
1944sapi_add_header("Content-Type: text/xml; charset=utf-8", sizeof("Content-Type: text/xml; charset=u…
1950 sapi_add_header("Connection: close", sizeof("Connection: close")-1, 1);
1953 sapi_add_header(cont_len, strlen(cont_len), 1);
1958 sapi_add_header("HTTP/1.1 202 Accepted", sizeof("HTTP/1.1 202 Accepted")-1, 1);
1959 sapi_add_header("Content-Length: 0", sizeof("Content-Length: 0")-1, 1);
2092sapi_add_header("HTTP/1.1 500 Internal Service Error", sizeof("HTTP/1.1 500 Internal Service Error…
2095 sapi_add_header("Connection: close", sizeof("Connection: close")-1, 1);
2098 sapi_add_header(cont_len, strlen(cont_len), 1);
2101sapi_add_header("Content-Type: application/soap+xml; charset=utf-8", sizeof("Content-Type: applica…
[all …]
/PHP-5.5/ext/iconv/
H A Diconv.c364 if (content_type && SUCCESS == sapi_add_header(content_type, len, 0)) { in php_iconv_output_handler()
/PHP-5.5/ext/session/
H A Dsession.c1140 #define ADD_HEADER(a) sapi_add_header(a, strlen(a), 1);
/PHP-5.5/ext/mbstring/
H A Dmbstring.c2140 if (sapi_add_header(p, len, 0) != FAILURE) { in PHP_FUNCTION()

Completed in 75 milliseconds