Home
last modified time | relevance | path

Searched refs:headers (Results 101 – 125 of 198) sorted by relevance

12345678

/php-src/sapi/fpm/tests/
H A Dgh12385.phpt2 FPM: GH-12385 - flush with fastcgi does not force headers to be sent
H A Dgetallheaders.phpt29 $headers = [];
H A Dfcgi-env-nopif-custom-with-pi-without-pt.phpt37 headers: [
H A Drequest_parse_body_urlencoded.phpt43 headers: ['CONTENT_TYPE' => 'application/x-www-form-urlencoded'],
H A Dfcgi-env-nopif-custom-with-pi-with-pt-pd.phpt38 headers: [
H A Dfcgi-env-pif-apache-handler-with-query.phpt38 headers: [
H A Dfcgi-env-nopif-custom-without-sf-with-pt.phpt38 headers: [
/php-src/ext/zlib/tests/
H A Dgzencode_variation2.phpt15 print "skip - OS is encoded in headers, tested header is non Darwin";
/php-src/sapi/cli/tests/
H A Dbug70470.phpt2 Bug #70470 (Built-in server truncates headers spanning over TCP packets)
H A Dphp_cli_server_004.phpt2 Bug #55747 (request headers missed in $_SERVER)
/php-src/ext/ldap/
H A Dconfig.w3229 WARNING("ldap not enabled; libraries and headers not found");
/php-src/ext/session/tests/user_session_module/
H A Dbug80889a.phpt36 Warning: session_set_save_handler(): Session save handler cannot be changed after headers have alre…
/php-src/ext/simplexml/
H A Dconfig.w3227 WARNING("simplexml not enabled; libraries and headers not found");
/php-src/ext/mbstring/
H A Dconfig.w3254 WARNING("mbregex not enabled; libraries and headers not found");
59 WARNING("mbstring not enabled; libraries and headers not found");
/php-src/ext/curl/
H A Dmulti.c378 zval headers; in _php_server_push_callback() local
401 array_init(&headers); in _php_server_push_callback()
404 add_next_index_string(&headers, header); in _php_server_push_callback()
408 zval call_args[3] = {*pz_parent_ch, pz_ch, headers}; in _php_server_push_callback()
415 zval_ptr_dtor_nogc(&headers); in _php_server_push_callback()
/php-src/ext/iconv/
H A Diconv.stub.php45 function iconv_mime_decode_headers(string $headers, int $mode = 0, ?string $encoding = null): array… argument
H A Dconfig.w3222 WARNING("iconv support can't be enabled, libraries or headers are missing")
/php-src/ext/mbstring/tests/
H A Dgh7902.phpt2 GH-7902 (mb_send_mail may delimit headers with LF only)
/php-src/ext/ffi/
H A Dconfig.w3222 WARNING('ffi not enabled, headers or libraries not found');
/php-src/ext/zip/
H A Dconfig.w3221 WARNING("zip not enabled; libraries and headers not found");
/php-src/sapi/litespeed/
H A Dlsapi_main.c393 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers_like_cgi()
401 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers_like_cgi()
426 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers_like_cgi()
440 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers_like_cgi()
446 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers_like_cgi()
474 h = zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers()
479 h = zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers()
1688 if (!&SG(sapi_headers).headers) { in PHP_FUNCTION()
1693 h = zend_llist_get_first_ex(&SG(sapi_headers).headers, &pos); in PHP_FUNCTION()
1710 h = zend_llist_get_next_ex(&SG(sapi_headers).headers, &pos); in PHP_FUNCTION()
/php-src/ext/soap/
H A Dphp_http.c25 static char *get_http_header_value_nodup(char *headers, char *type, size_t *len);
26 static char *get_http_header_value(char *headers, char *type);
27 static zend_string *get_http_body(php_stream *socketd, int close, char *headers);
1358 headerslen = strlen(headers); in get_http_header_value_nodup()
1362 pos = headers; in get_http_header_value_nodup()
1378 eol = headers + headerslen; in get_http_header_value_nodup()
1405 static char *get_http_header_value(char *headers, char *type) in get_http_header_value() argument
1410 value = get_http_header_value_nodup(headers, type, &len); in get_http_header_value()
1426 header = get_http_header_value(headers, "Connection: "); in get_http_body()
1432 header = get_http_header_value(headers, "Transfer-Encoding: "); in get_http_body()
[all …]
/php-src/ext/tidy/
H A Dconfig.w3233 WARNING("tidy not enabled; libraries and headers not found");
/php-src/ext/curl/tests/
H A Dcurl_pushfunction.phpt19 $callback = function($parent_ch, $pushed_ch, array $headers) {
/php-src/ext/standard/tests/mail/
H A Dmail_basic.phpt20 // Calling mail() with all additional headers

Completed in 37 milliseconds

12345678