Home
last modified time | relevance | path

Searched refs:header (Results 151 – 175 of 218) sorted by relevance

123456789

/PHP-7.4/ext/iconv/tests/
H A Dbug68180.phpt2 Bug #68180 (iconv_mime_decode can return extra characters in a header)
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchheader_variation4.phpt10 * Description: Get the full unfiltered header for a message
H A Dimap_fetchheader_error.phpt10 * Description: Get the full unfiltered header for a message
H A Dimap_fetchheader_variation3.phpt10 * Description: Get the full unfiltered header for a message
H A Dimap_fetchheader_basic.phpt10 * Description: Get the full unfiltered header for a message
H A Dimap_fetchheader_variation5.phpt10 * Description: Get the full unfiltered header for a message
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c404 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_lsapi_send_headers_like_cgi()
439 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_lsapi_send_headers_like_cgi()
443 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers_like_cgi()
446 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:")-1) == 0 in sapi_lsapi_send_headers_like_cgi()
451 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers_like_cgi()
486 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers()
1737 p = strchr( h->header, ':' ); in PHP_FUNCTION()
1738 len = p - h->header; in PHP_FUNCTION()
1740 memmove( headerBuf, h->header, len ); in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/file/
H A Dfgetc_variation2.phpt15 // include the header for common test function
H A Dfgets_variation2.phpt15 // include the header for common test function
H A Dfgetc_variation1.phpt9 // include the header for common test function
/PHP-7.4/ext/standard/tests/http/
H A Dbug65634.phpt19 $options['http']['header'] = "Connection: $connection";
/PHP-7.4/ext/libxml/
H A Dlibxml.c421 zval *header; in php_libxml_input_buffer_create_filename() local
423 ZEND_HASH_FOREACH_VAL_IND(Z_ARRVAL(s->wrapperdata), header) { in php_libxml_input_buffer_create_filename()
425 if (Z_TYPE_P(header) == IS_STRING && in php_libxml_input_buffer_create_filename()
426 …!zend_binary_strncasecmp(Z_STRVAL_P(header), Z_STRLEN_P(header), buf, sizeof(buf)-1, sizeof(buf)-1… in php_libxml_input_buffer_create_filename()
428 char *haystack = estrndup(Z_STRVAL_P(header), Z_STRLEN_P(header)); in php_libxml_input_buffer_create_filename()
429 char *encoding = php_stristr(haystack, needle, Z_STRLEN_P(header), sizeof("charset=")-1); in php_libxml_input_buffer_create_filename()
/PHP-7.4/ext/intl/locale/
H A Dlocale_class.c44 ZEND_ARG_INFO( 0, header )
/PHP-7.4/ext/tidy/
H A Dconfig.m435 dnl two are compatible, except for with regard to this header file.
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_error.phpt6 * Description: Retrieves header/meta data from streams/file pointers
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c413 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_cgi_send_headers()
450 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_cgi_send_headers()
454 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
458 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:")-1) == 0 in sapi_cgi_send_headers()
463 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
1684 char *p = strchr(h->header, ':');
1686 len = p - h->header;
1689 while (len != 0 && (h->header[len-1] == ' ' || h->header[len-1] == '\t')) {
1694 memcpy(s, h->header, len);
1699 add_assoc_stringl_ex(return_value, s, len, p, h->header_len - (p - h->header));
/PHP-7.4/win32/
H A Dsendmail.c125 static zend_string *php_win32_mail_trim_header(char *header) in php_win32_mail_trim_header() argument
131 if (!header) { in php_win32_mail_trim_header()
139 NULL, header, strlen(header), in php_win32_mail_trim_header()
/PHP-7.4/ext/curl/
H A Dphp_curl.h182 struct _php_curl_send_headers header; member
H A Dmulti.c494 char *header; in _php_server_push_callback() local
518 header = curl_pushheader_bynum(push_headers, i); in _php_server_push_callback()
519 add_next_index_string(&headers, header); in _php_server_push_callback()
/PHP-7.4/ext/standard/
H A Dconfig.w329 ERROR("Please verify that Argon2 header and libaries >= 20161029 are installed");
H A Dhead.c35 PHP_FUNCTION(header) in PHP_FUNCTION() argument
385 add_next_index_string((zval *)arg, (char *)(sapi_header->header)); in php_head_apply_header_list_to_hash()
H A Dinfo.c1104 PHPAPI ZEND_COLD void php_info_print_table_colspan_header(int num_cols, char *header) /* {{{ */ in php_info_print_table_colspan_header() argument
1109 php_info_printf("<tr class=\"h\"><th colspan=\"%d\">%s</th></tr>\n", num_cols, header ); in php_info_print_table_colspan_header()
1111 spaces = (int)(74 - strlen(header)); in php_info_print_table_colspan_header()
1112 php_info_printf("%*s%s%*s\n", (int)(spaces/2), " ", header, (int)(spaces/2), " "); in php_info_print_table_colspan_header()
/PHP-7.4/ext/phar/
H A Dzip.c45 phar_zip_extra_field_header header; in phar_zip_process_extra() member
51 if (sizeof(h.header) != php_stream_read(fp, (char *) &h.header, sizeof(h.header))) { in phar_zip_process_extra()
55 if (h.header.tag[0] != 'n' || h.header.tag[1] != 'u') { in phar_zip_process_extra()
57 php_stream_seek(fp, PHAR_GET_16(h.header.size), SEEK_CUR); in phar_zip_process_extra()
58 len -= PHAR_GET_16(h.header.size) + 4; in phar_zip_process_extra()
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
/PHP-7.4/TSRM/
H A Dtsrm.m433 …AC_MSG_ERROR([Sorry[,] I was unable to locate the State Threads header file. Please specify the p…
/PHP-7.4/docs/
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

Completed in 53 milliseconds

123456789