Home
last modified time | relevance | path

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

12345678910

/PHP-7.0/ext/gd/tests/
H A Dcreatefromwbmp2.phpt16 //write header
/PHP-7.0/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.0/ext/standard/
H A Dhead.c39 PHP_FUNCTION(header) in PHP_FUNCTION() argument
280 add_next_index_string((zval *)arg, (char *)(sapi_header->header)); in php_head_apply_header_list_to_hash()
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_change_user_new.phpt41 Warning: mysqli_query(): Error reading result set's header in %s on line %d
/PHP-7.0/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
H A Dfgetc_variation3.phpt15 // include the header for common test function
/PHP-7.0/ext/standard/tests/http/
H A Dbug65634.phpt19 $options['http']['header'] = "Connection: $connection";
/PHP-7.0/ext/intl/locale/
H A Dlocale_class.c46 ZEND_ARG_INFO( 0, header )
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c410 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_cgi_send_headers()
446 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_cgi_send_headers()
450 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
454 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:")-1) == 0 in sapi_cgi_send_headers()
459 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
1649 p = strchr(h->header, ':');
1651 len = p - h->header;
1656 } while (len != 0 && (h->header[len-1] == ' ' || h->header[len-1] == '\t'));
1659 memcpy(s, h->header, len);
1664 add_assoc_stringl_ex(return_value, s, len, p, h->header_len - (p - h->header));
/PHP-7.0/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-7.0/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_error.phpt6 * Description: Retrieves header/meta data from streams/file pointers
/PHP-7.0/ext/curl/
H A Dphp_curl.h181 struct _php_curl_send_headers header; member
/PHP-7.0/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-7.0/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.0/ext/fileinfo/
H A Dmagicdata.patch78 # skip to the second local file header
80 # header, we need to scan for the next header
/PHP-7.0/win32/build/
H A Dconfutils.js1071 if (header = FSO.OpenTextFile(project_header, 1)) {
1072 contents = header.ReadAll();
1082 header.Close();
1695 function output_as_table(header, ar_out) argument
1697 var l = header.length;
1724 if (tmax > header[j].length) {
1727 max[j] = header[j].length;
1729 if (tmin < header[j].length) {
1730 min[j] = header[j].length;
1748 out += " " + header[j];
[all …]
/PHP-7.0/ext/standard/tests/mail/
H A Dmail_variation_alt3-win32.phpt90 Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in %s on line …
/PHP-7.0/
H A DREADME.EXT_SKEL27 If you don't need to test the existence of any external header files,
51 and header files. Keep these names.
87 If present it will be filled into the 'proto' header comments in the stubs

Completed in 52 milliseconds

12345678910