Home
last modified time | relevance | path

Searched refs:header (Results 176 – 200 of 269) sorted by relevance

1234567891011

/php-src/ext/gd/tests/
H A Dcreatefromwbmp2_extern.phpt17 //write header
/php-src/ext/intl/locale/
H A Dlocale.stub.php135 public static function acceptFromHttp(string $header): string|false {} argument
/php-src/sapi/litespeed/
H A Dlsapi_main.c396 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_lsapi_send_headers_like_cgi()
431 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_lsapi_send_headers_like_cgi()
435 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers_like_cgi()
438 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:")-1) == 0 in sapi_lsapi_send_headers_like_cgi()
443 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers_like_cgi()
477 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers()
1696 p = strchr( h->header, ':' ); in PHP_FUNCTION()
1697 len = p - h->header; in PHP_FUNCTION()
1699 memmove( headerBuf, h->header, len ); in PHP_FUNCTION()
/php-src/ext/iconv/tests/
H A Dbug68180.phpt2 Bug #68180 (iconv_mime_decode can return extra characters in a header)
/php-src/ext/phar/
H A Dzip.c45 phar_zip_extra_field_header header; in phar_zip_process_extra() member
52 if (sizeof(h.header) != php_stream_read(fp, (char *) &h.header, sizeof(h.header))) { in phar_zip_process_extra()
56 if (h.header.tag[0] == 'U' && h.header.tag[1] == 'T') { in phar_zip_process_extra()
63 uint16_t header_size = PHAR_GET_16(h.header.size); in phar_zip_process_extra()
85 if (h.header.tag[0] != 'n' || h.header.tag[1] != 'u') { in phar_zip_process_extra()
87 php_stream_seek(fp, PHAR_GET_16(h.header.size), SEEK_CUR); in phar_zip_process_extra()
88 len -= PHAR_GET_16(h.header.size) + 4; in phar_zip_process_extra()
93 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
96 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
/php-src/ext/standard/tests/http/
H A Dbug65634.phpt19 $options['http']['header'] = "Connection: $connection";
/php-src/ext/curl/
H A Dcurl_private.h102 struct _php_curl_send_headers header; member
H A Dmulti.c380 char *header; in _php_server_push_callback() local
403 header = curl_pushheader_bynum(push_headers, i); in _php_server_push_callback()
404 add_next_index_string(&headers, header); in _php_server_push_callback()
H A Dinterface.c947 if (ch->header.str) { in curl_debug()
948 zend_string_release_ex(ch->header.str, 0); in curl_debug()
2395 if (ch->header.str) { in _php_curl_cleanup_handle()
2396 zend_string_release_ex(ch->header.str, 0); in _php_curl_cleanup_handle()
2397 ch->header.str = NULL; in _php_curl_cleanup_handle()
2608 if (ch->header.str) { in PHP_FUNCTION()
2609 CAASTR("request_header", ch->header.str); in PHP_FUNCTION()
2627 if (ch->header.str) { in PHP_FUNCTION()
2628 RETURN_STR_COPY(ch->header.str); in PHP_FUNCTION()
2834 if (ch->header.str) { in curl_free_obj()
[all …]
/php-src/sapi/cgi/
H A Dcgi_main.c410 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_cgi_send_headers()
447 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_cgi_send_headers()
451 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
455 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:")-1) == 0 in sapi_cgi_send_headers()
460 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
1665 char *p = strchr(h->header, ':');
1667 len = p - h->header;
1670 while (len != 0 && (h->header[len-1] == ' ' || h->header[len-1] == '\t')) {
1675 memcpy(s, h->header, len);
1680 add_assoc_stringl_ex(return_value, s, len, p, h->header_len - (p - h->header));
/php-src/ext/standard/
H A Dhead.c32 PHP_FUNCTION(header) in PHP_FUNCTION() argument
340 add_next_index_string((zval *)arg, (char *)(sapi_header->header)); in php_head_apply_header_list_to_hash()
H A Dconfig.w329 ERROR("Please verify that Argon2 header and libraries >= 20161029 are installed");
H A Dinfo.c1137 PHPAPI ZEND_COLD void php_info_print_table_colspan_header(int num_cols, const char *header) /* {{{ … in php_info_print_table_colspan_header() argument
1142 php_info_printf("<tr class=\"h\"><th colspan=\"%d\">%s</th></tr>\n", num_cols, header ); in php_info_print_table_colspan_header()
1144 spaces = (int)(74 - strlen(header)); in php_info_print_table_colspan_header()
1145 php_info_printf("%*s%s%*s\n", (int)(spaces/2), " ", header, (int)(spaces/2), " "); in php_info_print_table_colspan_header()
/php-src/ext/tidy/
H A Dconfig.m435 dnl two are compatible, except for with regard to this header file.
/php-src/ext/standard/tests/mail/
H A Dmail_basic7.phpt2 Test mail() function : array extra header basic functionality
234 ValueError: The additional headers cannot contain the "To" header
261 ValueError: Header "foo10" contains NULL character that is not allowed in the header
/php-src/win32/
H A Dsendmail.c124 static zend_string *php_win32_mail_trim_header(const char *header) in php_win32_mail_trim_header() argument
130 if (!header) { in php_win32_mail_trim_header()
138 NULL, header, strlen(header), in php_win32_mail_trim_header()
/php-src/sapi/embed/
H A DREADME.md34 To compile this, we must point the compiler to the PHP header files. The paths to the header files …
/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst74 By default, ``clangd`` will auto-include header files on completion. php-src headers are somewhat
83 "-header-insertion=never"
/php-src/ext/standard/tests/file/
H A Dfgetc_variation1.phpt5 // include the header for common test function
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst68 :header-rows: 1
109 :header-rows: 1
132 :header-rows: 1
/php-src/ext/soap/
H A Dphp_sdl.c43 static void delete_header(zval *header);
241 zval *header = NULL; in sdl_set_uri_credentials() local
296 s = strstr(Z_STRVAL_P(header), "Authorization: Basic"); in sdl_set_uri_credentials()
304 memcpy(Z_STRVAL(new_header), Z_STRVAL_P(header), s - Z_STRVAL_P(header)); in sdl_set_uri_credentials()
305 …emcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_P(header)), rest, Z_STRLEN_P(header) - (rest - Z_STRVAL… in sdl_set_uri_credentials()
306 ZVAL_COPY(&ctx->old_header, header); in sdl_set_uri_credentials()
463 tmp = get_attribute(header->properties, "message"); in wsdl_soap_binding_header()
478 tmp = get_attribute(header->properties, "part"); in wsdl_soap_binding_header()
491 tmp = get_attribute(header->properties, "use"); in wsdl_soap_binding_header()
498 tmp = get_attribute(header->properties, "namespace"); in wsdl_soap_binding_header()
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt198 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
204 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
/php-src/docs-old/
H A Dself-contained-extensions.md67 header files, but that is not important here).
166 2. The following should be defined in one of the extension header files
/php-src/
H A DUPGRADING.INTERNALS98 - The Zend/zend_istdiostream.h header has been removed.
184 and much smaller php_random_csprng.h header. The new header is included
/php-src/win32/build/
H A Dconfutils.js1111 if (header = FSO.OpenTextFile(project_header, 1)) {
1112 contents = header.ReadAll();
1122 header.Close();
1838 function output_as_table(header, ar_out) argument
1840 var l = header.length;
1867 if (tmax > header[j].length) {
1870 max[j] = header[j].length;
1872 if (tmin < header[j].length) {
1873 min[j] = header[j].length;
1891 out += " " + header[j];
[all …]

Completed in 87 milliseconds

1234567891011