Home
last modified time | relevance | path

Searched refs:headers (Results 126 – 150 of 198) sorted by relevance

12345678

/php-src/sapi/fpm/tests/
H A Dfcgi-env-pif-apache-balancer-legacy.phpt37 headers: [
H A Dfcgi-env-pif-apache-balancer-real.phpt38 headers: [
H A Dfcgi-env-nopif-custom-without-pi-with-pt.phpt37 headers: [
H A Dfcgi-env-pif-apache-handler-with-pi.phpt37 headers: [
H A Dfcgi-env-nopif-custom-with-pi-with-pt.phpt38 headers: [
H A Dfcgi-env-nopif-apache-handler-with-pi-with-pt-pd.phpt38 headers: [
H A Dfcgi-env-pif-apache-handler-without-docroot.phpt42 headers: [
H A Dfpm_get_status_basic.phpt29 $headers = [];
/php-src/main/
H A DSAPI.c393 zend_llist_init(&SG(sapi_headers).headers, sizeof(sapi_header_struct), in sapi_activate_headers_only()
434 …zend_llist_init(&SG(sapi_headers).headers, sizeof(sapi_header_struct), (void (*)(void *)) sapi_fre… in sapi_activate()
498 zend_llist_destroy(&SG(sapi_headers).headers); in sapi_deactivate_module()
655 … sapi_remove_header(&SG(sapi_headers).headers, sapi_header->header, strlen(sapi_header->header)); in sapi_header_add_op()
659 zend_llist_add_element(&SG(sapi_headers).headers, (void *) sapi_header); in sapi_header_add_op()
709 zend_llist_clean(&SG(sapi_headers).headers); in sapi_header_op()
735 sapi_remove_header(&SG(sapi_headers).headers, header_line, header_line_len); in sapi_header_op()
909 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) sapi_modul… in sapi_send_headers()
/php-src/ext/date/
H A Dconfig0.m41 dnl Check for headers needed by timelib
/php-src/ext/soap/
H A Dphp_sdl.c646 if (binding->headers == NULL) { in wsdl_soap_binding_body()
2075 if (body->headers) { in sdl_serialize_soap_body()
2520 if (body->headers) { in make_persistent_sdl_soap_body()
2521 body->headers = make_persistent_sdl_function_headers(body->headers, ptr_map); in make_persistent_sdl_soap_body()
3196 smart_str headers = {0}; in get_sdl() local
3327 if (headers.s && ZSTR_LEN(headers.s) > 0) { in get_sdl()
3506 if (body.headers) { in delete_sdl_soap_binding_function_body()
3507 zend_hash_destroy(body.headers); in delete_sdl_soap_binding_function_body()
3508 efree(body.headers); in delete_sdl_soap_binding_function_body()
3517 if (body.headers) { in delete_sdl_soap_binding_function_body_persistent()
[all …]
H A Dsoap.stub.php597 * @param SoapHeader|array|null $headers
600 public function __setSoapHeaders($headers = null): bool {} argument
/php-src/ext/libxml/tests/
H A Dbug51903.phpt2 Bug #51903 (simplexml_load_file() doesn't use HTTP headers)
/php-src/ext/xsl/
H A Dconfig.w3245 WARNING("xsl not enabled; libraries and headers not found");
/php-src/ext/curl/
H A Dconfig.w3233 WARNING("curl not enabled; libraries and headers not found");
/php-src/ext/zlib/tests/
H A Dbug60761.phpt45 // expected headers since its CGI
/php-src/ext/hash/
H A Dconfig.w3227 ERROR('Unable to locate SHA3 headers');
/php-src/ext/standard/tests/mail/
H A Dmail_util.inc163 $headers = [];
177 $headers[$key] = $val;
179 return $headers;
/php-src/win32/build/
H A DMakefile.phpize67 install: build-headers build-bins
/php-src/ext/soap/tests/
H A Dserver025.phpt2 SOAP Server 25: One-way SOAP headers encoding using WSDL
H A Dserver023.phpt2 SOAP Server 23: Send SOAP headers those were not received
/php-src/ext/iconv/
H A Diconv_arginfo.h42 ZEND_ARG_TYPE_INFO(0, headers, IS_STRING, 0)
/php-src/ext/posix/
H A Dconfig.m414 dnl Required headers are included by the AC_HEADER_MAJOR logic.
/php-src/ext/soap/tests/bugs/
H A Dbug73538.phpt2 SOAP: SoapClient::__setHeaders array overrides previous headers
/php-src/ext/opcache/
H A Dconfig.w3258 WARNING("JIT not enabled, headers not found");

Completed in 73 milliseconds

12345678