Home
last modified time | relevance | path

Searched refs:header (Results 126 – 150 of 228) sorted by relevance

12345678910

/PHP-5.5/ext/exif/tests/
H A Dexif_tagname_error.phpt9 * Description: Get the header name for an index
/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_basic_007.phpt19 …curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:')); // Disable Expect: header (lighttpd does n…
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_019.phpt11 header('Bar-Foo: Foo');
/PHP-5.5/ext/mbstring/libmbfl/
H A Dconfigure.in20 # Checks for header files.
/PHP-5.5/ext/gettext/
H A Dconfig.m414 AC_MSG_ERROR(Cannot locate header file libintl.h)
/PHP-5.5/ext/gd/tests/
H A Dcreatefromwbmp2_extern.phpt16 //write header
H A Dcreatefromwbmp2.phpt16 //write header
/PHP-5.5/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
/PHP-5.5/ext/standard/
H A Dhead.c39 PHP_FUNCTION(header) in PHP_FUNCTION() argument
268 add_next_index_string((zval *)arg, (char *)(sapi_header->header), 1); in php_head_apply_header_list_to_hash()
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.ih1 /* ========= begin header generated by ./mkh ========= */
53 /* ========= end header generated by ./mkh ========= */
H A DREADME14 The "fake" directory contains quick-and-dirty fakes for some header
/PHP-5.5/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
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c202 switch (h->header[0]) { in sapi_thttpd_send_headers()
204 if (!TG(seen_cl) && strncasecmp(h->header, CL_TOKEN, sizeof(CL_TOKEN)-1) == 0) { in sapi_thttpd_send_headers()
206 } else if (!TG(seen_cn) && strncasecmp(h->header, CN_TOKEN, sizeof(CN_TOKEN)-1) == 0) { in sapi_thttpd_send_headers()
211 ADD_VEC(h->header, h->header_len); in sapi_thttpd_send_headers()
/PHP-5.5/win32/build/
H A Dconfutils.js978 if (header = FSO.OpenTextFile(project_header, 1)) {
979 contents = header.ReadAll();
989 header.Close();
1531 function output_as_table(header, ar_out) argument
1533 var l = header.length;
1558 if (tmax > header[j].length) {
1561 max[j] = header[j].length;
1563 if (tmin < header[j].length) {
1564 min[j] = header[j].length;
1582 out += " " + header[j];
[all …]
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c442 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_cgi_send_headers()
478 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_cgi_send_headers()
482 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
486 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:")-1) == 0 in sapi_cgi_send_headers()
491 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
1671 p = strchr(h->header, ':');
1673 len = p - h->header;
1676 while (len > 0 && (h->header[len-1] == ' ' || h->header[len-1] == '\t')) {
1681 memcpy(s, h->header, len);
1686 add_assoc_stringl_ex(return_value, s, len+1, p, h->header_len - (p - h->header), 1);
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_error.phpt6 * Description: Retrieves header/meta data from streams/file pointers
/PHP-5.5/ext/wddx/tests/
H A D005.phpt41 …session_decode("<wddxPacket version='1.0'><header/><data><struct><var name='data'><struct><var nam…
H A D004.phpt63 string(550) "<wddxPacket version='1.0'><header/><data><struct><var name='data'><struct><var name='t…
/PHP-5.5/ext/curl/
H A Dphp_curl.h177 struct _php_curl_send_headers header; member
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m4110 dnl When config.status generates a header, we must update the stamp-h file.
111 dnl This file resides in the same directory as the config header
/PHP-5.5/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()

Completed in 117 milliseconds

12345678910