Home
last modified time | relevance | path

Searched refs:headers (Results 151 – 175 of 198) sorted by relevance

12345678

/php-src/sapi/cli/
H A Dphp_cli_server.c142 HashTable headers; member
367 …sapi_header_struct *h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in append_essential_headers()
375 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in append_essential_headers()
379 if (NULL != (val = zend_hash_find(&client->request.headers, ZSTR_KNOWN(ZEND_STR_HOST)))) { in append_essential_headers()
571 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cli_server_send_headers()
577 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cli_server_send_headers()
592 if (NULL == (val = zend_hash_str_find(&client->request.headers, "cookie", sizeof("cookie")-1))) { in sapi_cli_server_read_cookies()
1405 zend_hash_init(&req->headers, 0, NULL, cli_header_value_dtor, 1); in php_cli_server_request_ctor()
1407 GC_MAKE_PERSISTENT_LOCAL(&req->headers); in php_cli_server_request_ctor()
1433 zend_hash_destroy(&req->headers); in php_cli_server_request_dtor()
[all …]
/php-src/ext/openssl/
H A Dopenssl.stub.php521 …t(string $input_filename, string $output_filename, $certificate, ?array $headers, int $flags = 0, …
540 …t(string $input_filename, string $output_filename, $certificate, ?array $headers, int $flags = 0, …
H A Dopenssl_arginfo.h176 ZEND_ARG_TYPE_INFO(0, headers, IS_ARRAY, 1)
186 ZEND_ARG_TYPE_INFO(0, headers, IS_ARRAY, 1)
219 ZEND_ARG_TYPE_INFO(0, headers, IS_ARRAY, 1)
230 ZEND_ARG_TYPE_INFO(0, headers, IS_ARRAY, 1)
/php-src/scripts/
H A Dphpize.m478 AC_MSG_CHECKING([for PHP installed headers prefix])
164 install_targets="install-modules install-headers"
/php-src/sapi/fpm/tests/
H A Dtester.inc635 * @param array $headers
645 array $headers = []
699 * @param array $headers
708 array $headers = [],
745 $headers
757 * @param array $headers
769 if ( ! isset($headers['CONTENT_TYPE'])) {
820 * @param array $headers
839 array $headers = [],
859 $stdin = $this->parseStdin($stdin, $headers);
[all …]
H A Dlog-suppress-output.phpt41 …$tester->request(headers: ['X_ERROR' => 1])->expectStatus('500 Internal Server Error')->expectBody…
/php-src/ext/exif/tests/
H A Dbug50845.phpt2 Bug #50845 (exif_read_data() returns corrupted exif headers)
/php-src/ext/standard/
H A Dconfig.w3213 WARNING("Argon2 not enabled; libraries and headers not found");
H A Dbasic_functions.c1332 char *message, *opt = NULL, *headers = NULL; local
1341 Z_PARAM_STRING_OR_NULL(headers, headers_len)
1344 if (_php_error_log_ex((int) erropt, message, message_len, opt, headers) == FAILURE) {
1353 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers) /… argument
1355 return _php_error_log_ex(opt_err, message, (opt_err == 3) ? strlen(message) : 0, opt, headers);
1359 …t opt_err, const char *message, size_t message_len, const char *opt, const char *headers) /* {{{ */ argument
1367 if (!php_mail(opt, "PHP error_log message", message, headers, NULL)) {
H A Dhead.c350 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, php_head_apply_header_list_to_hash, retu… in PHP_FUNCTION()
/php-src/ext/soap/tests/
H A Dserver024.phpt2 SOAP Server 24: Send SOAP headers those were not received
/php-src/sapi/litespeed/
H A Dlsapilib.c928 static const char * headers[] = in lsapi_lve_error() local
2282 struct _headerInfo headers[512]; in LSAPI_ForeachOrgHeader_r() local
2297 headers[count]._name = HTTP_HEADERS[i]; in LSAPI_ForeachOrgHeader_r()
2299 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()
2300 headers[count]._valueLen = len; in LSAPI_ForeachOrgHeader_r()
2324 headers[count]._name = pKey; in LSAPI_ForeachOrgHeader_r()
2325 headers[count]._nameLen = keyLen; in LSAPI_ForeachOrgHeader_r()
2326 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()
2327 headers[count]._valueLen = pCur->valueLen; in LSAPI_ForeachOrgHeader_r()
2341 ret = (*fn)( headers[i]._name, headers[i]._nameLen, in LSAPI_ForeachOrgHeader_r()
[all …]
/php-src/ext/standard/tests/http/
H A Dserver.inc62 // read headers
H A Dbug61548.phpt2 Bug #61548 (content-type must appear at the end of headers)
/php-src/ext/intl/
H A Dconfig.w32131 WARNING("intl not enabled; libraries and/or headers not found");
/php-src/ext/soap/
H A Dphp_sdl.h113 HashTable *headers; /* array of sdlSoapBindingFunctionHeaderPtr */ member
/php-src/sapi/cgi/tests/
H A D011.phpt165 Warning: Cannot modify header information - headers already sent by (output started at %s:3) in %s …
/php-src/scripts/dev/
H A Dmakedist29 configuration headers, parsers, lexers, and similar generated files to simplify
/php-src/
H A D.gitignore81 # Directories for shared object files and headers generated by `./configure`
89 # Configuration headers generated by the PHP build system
/php-src/ext/standard/tests/mail/
H A Dmail_basic7.phpt31 // Calling mail() with all additional headers
234 ValueError: The additional headers cannot contain the "To" header
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c351 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
359 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
386 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
401 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
408 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
/php-src/sapi/cgi/
H A Dcgi_main.c407 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
415 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
442 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
457 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
464 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
1695 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t)add_respons…
/php-src/main/
H A DSAPI.h51 zend_llist headers; member
/php-src/ext/pdo_odbc/
H A Dconfig.m484 headers $PDO_ODBC_INCDIR])
/php-src/win32/build/
H A Dconfig.w32.phpize.in85 // Find the php_build dir - it contains headers and libraries

Completed in 85 milliseconds

12345678