Home
last modified time | relevance | path

Searched refs:headers (Results 101 – 125 of 145) sorted by relevance

123456

/PHP-5.3/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt10 * Description: Read an overview of the information in the headers
H A Dimap_fetch_overview_variation2.phpt10 * Description: Read an overview of the information in the headers
H A Dimap_fetch_overview_variation1.phpt10 * Description: Read an overview of the information in the headers
/PHP-5.3/
H A DREADME.TESTING2119 This section is also eval'd. It is used to provide additional headers sent
129 This section can be used to define what headers are required to be
H A DMakefile.global45 install-headers:
H A Drun-tests.php1821 $headers = "";
1826 $headers = array();
1831 $headers[trim($line[0])] = trim($line[1]);
1851 $org_headers = $headers;
1852 $headers = array();
1858 $headers = $org_headers[$k];
H A Dacinclude.m41055 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1101 dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
1113 dnl PHP_CHECK_TYPES(type-list, include-file [, extra-headers])
1648 AC_DEFINE(HAVE_DECLARED_TIMEZONE, 1, [Whether system headers declare timezone])
2194 [ --with-icu-dir=DIR Specify where ICU libraries and headers can be found], DEFAULT, no)
2207 AC_MSG_CHECKING([for location of ICU headers and libraries])
/PHP-5.3/win32/build/
H A Dconfig.w32.phpize.in118 // Enable automatic precompiled headers
235 // Find the php_build dir - it contains headers and libraries
274 // Poke around for some headers
H A Dconfig.w32126 // Enable automatic precompiled headers
232 // Find the php_build dir - it contains headers and libraries
271 // Poke around for some headers
H A DMakefile174 build-devel: build-headers build-lib
/PHP-5.3/sapi/cgi/tests/
H A D011.phpt165 Warning: Cannot modify header information - headers already sent by (output started at %s:3) in %s …
/PHP-5.3/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
22 $headers = <<<EOF
111 var_dump( iconv_mime_decode_headers($headers, $input, $charset));
H A Diconv_mime_decode_headers_variation3.phpt10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
25 $headers = <<<EOF
114 var_dump( iconv_mime_decode_headers($headers, $input, $charset));
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c426 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
434 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
460 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
475 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
482 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
/PHP-5.3/main/
H A DSAPI.h58 zend_llist headers; member
/PHP-5.3/ext/imap/
H A Dphp_imap.c266 ZEND_ARG_INFO(0, headers)
2131 char *headers, *defaulthost = NULL; in PHP_FUNCTION() local
2140 rfc822_parse_msg(&en, NULL, headers, headers_len, NULL, defaulthost, NIL); in PHP_FUNCTION()
2142 rfc822_parse_msg(&en, NULL, headers, headers_len, NULL, "UNKNOWN", NIL); in PHP_FUNCTION()
3909 if (headers) { in _php_imap_mail()
3910 bufferLen += strlen(headers); in _php_imap_mail()
4008 if (headers && *headers) { in _php_imap_mail()
4009 strlcat(bufferHeader, headers, bufferLen + 1); in _php_imap_mail()
4034 if (headers != NULL) { in _php_imap_mail()
4035 fprintf(sendmail, "%s\n", headers); in _php_imap_mail()
[all …]
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c423 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
431 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
457 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
472 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
479 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
/PHP-5.3/ext/zip/
H A Dconfig.m426 AC_MSG_ERROR([Can not find zlib headers under "$PHP_ZLIB_DIR"])
/PHP-5.3/sapi/thttpd/
H A Dthttpd.c199 h = zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_thttpd_send_headers()
220 h = zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_thttpd_send_headers()
/PHP-5.3/ext/pdo_odbc/
H A Dconfig.m4117 headers $PDO_ODBC_INCDIR])
/PHP-5.3/ext/exif/
H A Dtest.txt185 all rights reserved by their authors and artists, see exif headers.
195 This test just prooves that some exif headers can be scanned.
/PHP-5.3/ext/mbstring/
H A Dmbstring.c3837 char *headers = NULL; in PHP_FUNCTION() local
3887 …"sss|ss", &to, &to_len, &subject, &subject_len, &message, &message_len, &headers, &headers_len, &e… in PHP_FUNCTION()
3895 if (headers) { in PHP_FUNCTION()
3896 MAIL_ASCIIZ_CHECK_MBSTRING(headers, headers_len); in PHP_FUNCTION()
3904 if (headers != NULL) { in PHP_FUNCTION()
3905 _php_mbstr_parse_mail_headers(&ht_headers, headers, headers_len); in PHP_FUNCTION()
4051 if (headers != NULL) { in PHP_FUNCTION()
4052 p = headers; in PHP_FUNCTION()
4087 headers = (char *)device.buffer; in PHP_FUNCTION()
4095 if (!err && php_mail(to_r, subject, message, headers, extra_cmd TSRMLS_CC)) { in PHP_FUNCTION()
/PHP-5.3/sapi/isapi/
H A Dphp5isapi.c256 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) accumulate… in sapi_isapi_send_headers()
265 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) concat_hea… in sapi_isapi_send_headers()
/PHP-5.3/ext/soap/
H A Dphp_packet_soap.c267 hdrs = fnb->output.headers; in parse_packet_soap()
/PHP-5.3/ext/standard/
H A Dbasic_functions.c4680 char *message, *opt = NULL, *headers = NULL; local
4685 …gc TSRMLS_CC, "s|lss", &message, &message_len, &erropt, &opt, &opt_len, &headers, &headers_len) ==…
4699 if (_php_error_log_ex(opt_err, message, message_len, opt, headers TSRMLS_CC) == FAILURE) {
4708 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC) /* {{{ */
4710 …return _php_error_log_ex(opt_err, message, (opt_err == 3) ? strlen(message) : 0, opt, headers TSRM…
4714 PHPAPI int _php_error_log_ex(int opt_err, char *message, int message_len, char *opt, char *headers
4721 if (!php_mail(opt, "PHP error_log message", message, headers, NULL TSRMLS_CC)) {

Completed in 94 milliseconds

123456