Home
last modified time | relevance | path

Searched refs:headers (Results 26 – 50 of 198) sorted by last modified time

12345678

/php-src/ext/posix/
H A Dconfig.m414 dnl Required headers are included by the AC_HEADER_MAJOR logic.
/php-src/ext/curl/
H A Dconfig.w3233 WARNING("curl not enabled; libraries and headers not found");
/php-src/ext/zlib/tests/
H A Dgzencode_variation1.phpt15 print "skip - OS is encoded in headers, tested header is non Darwin";
/php-src/ext/standard/tests/mail/
H A Dmail_basic7.phpt31 // Calling mail() with all additional headers
234 ValueError: The additional headers cannot contain the "To" header
H A Dbug72964.phpt2 Bug #72964 (White space not unfolded for CC/Bcc headers)
24 $headers = "From: {$from}\r\n"
28 $res = mail($to, $subject, $message, $headers);
H A Dbug80706.phpt2 Bug #80706 (Headers after Bcc headers may be ignored)
24 $headers = "From: {$from}\r\n"
28 $res = mail($to, $subject, $message, $headers);
H A Dbug80751.phpt30 $headers = "From: {$fromLine}\r\n"
34 $res = mail($toLine, $subject, $message, $headers);
/php-src/ext/standard/
H A Dphp_mail.h22 PHPAPI zend_string *php_mail_build_headers(HashTable *headers);
23 …il(const char *to, const char *subject, const char *message, const char *headers, const char *extr…
H A Dmail.c186 PHPAPI zend_string *php_mail_build_headers(HashTable *headers) in php_mail_build_headers() argument
193 ZEND_HASH_FOREACH_KEY_VAL(headers, idx, key, val) { in php_mail_build_headers()
412 PHPAPI int php_mail(const char *to, const char *subject, const char *message, const char *headers, … in php_mail() argument
423 const char *hdr = headers; in php_mail()
479 if (headers != NULL && *headers) { in php_mail()
480 …X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s%s%s", php_getuid(), ZSTR_VAL(f), line_sep, headers); in php_mail()
H A Dhttp_fopen_wrapper.c107 static bool check_has_header(const char *headers, const char *header) { in check_has_header() argument
108 const char *s = headers; in check_has_header()
110 if (s == headers || *(s-1) == '\n') { in check_has_header()
984 zval headers; in php_stream_url_wrap_http() local
986 ZVAL_UNDEF(&headers); in php_stream_url_wrap_http()
993 PHP_URL_REDIRECT_MAX, HTTP_WRAPPER_HEADER_INIT, &headers STREAMS_CC); in php_stream_url_wrap_http()
995 if (!Z_ISUNDEF(headers)) { in php_stream_url_wrap_http()
996 ZVAL_COPY(&BG(last_http_headers), &headers); in php_stream_url_wrap_http()
999 "http_response_header", sizeof("http_response_header")-1, &headers, 0)) { in php_stream_url_wrap_http()
1000 zval_ptr_dtor(&headers); in php_stream_url_wrap_http()
H A Dbasic_functions.c1332 char *message, *opt = NULL, *headers = NULL; local
1341 Z_PARAM_STRING_OR_NULL(headers, headers_len)
1344 if (_php_error_log_ex((int) erropt, message, message_len, opt, headers) == FAILURE) {
1353 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers) /… argument
1355 return _php_error_log_ex(opt_err, message, (opt_err == 3) ? strlen(message) : 0, opt, headers);
1359 …t opt_err, const char *message, size_t message_len, const char *opt, const char *headers) /* {{{ */ argument
1367 if (!php_mail(opt, "PHP error_log message", message, headers, NULL)) {
H A Dbasic_functions.h50 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers);
51 …log_ex(int opt_err, const char *message, size_t message_len, const char *opt, const char *headers);
/php-src/ext/ffi/
H A Dconfig.w3222 WARNING('ffi not enabled, headers or libraries not found');
/php-src/ext/standard/tests/http/
H A Dhttp_clear_last_response_headers.phpt2 Verify that http_clear_last_response_headers() clears the headers.
21 // Clear headers
/php-src/ext/openssl/
H A Dopenssl_arginfo.h176 ZEND_ARG_TYPE_INFO(0, headers, IS_ARRAY, 1)
186 ZEND_ARG_TYPE_INFO(0, headers, IS_ARRAY, 1)
219 ZEND_ARG_TYPE_INFO(0, headers, IS_ARRAY, 1)
230 ZEND_ARG_TYPE_INFO(0, headers, IS_ARRAY, 1)
/php-src/build/
H A DMakefile.global49 install-headers:
H A Dconfig.guess995 objdump --private-headers /bin/sh | grep -q ld.so.1
H A Dphp_cxx_compile_stdcxx.m4394 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
/php-src/win32/build/
H A Dconfig.w32117 // Find the php_build dir - it contains headers and libraries
/php-src/win32/
H A Dsendmail.c197 if (headers) { in TSendMail()
239 pos1 = headers + (pos1 - lookup) + 5; in TSendMail()
250 if (headers) { in TSendMail()
265 if (headers) { in TSendMail()
282 if (headers) { in TSendMail()
488 pos1 = headers + (pos1 - headers_lc) + 3; in SendText()
548 else if (headers) { in SendText()
553 pos1 = headers + (pos1 - headers_lc) + 4; in SendText()
604 memcpy(stripped_header, headers, pos1 - headers - 4); in SendText()
617 if (headers && !stripped_header) { in SendText()
[all …]
/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
/php-src/sapi/litespeed/
H A Dlsapilib.c928 static const char * headers[] = in lsapi_lve_error() local
2282 struct _headerInfo headers[512]; in LSAPI_ForeachOrgHeader_r() local
2297 headers[count]._name = HTTP_HEADERS[i]; in LSAPI_ForeachOrgHeader_r()
2299 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()
2300 headers[count]._valueLen = len; in LSAPI_ForeachOrgHeader_r()
2324 headers[count]._name = pKey; in LSAPI_ForeachOrgHeader_r()
2325 headers[count]._nameLen = keyLen; in LSAPI_ForeachOrgHeader_r()
2326 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()
2327 headers[count]._valueLen = pCur->valueLen; in LSAPI_ForeachOrgHeader_r()
2341 ret = (*fn)( headers[i]._name, headers[i]._nameLen, in LSAPI_ForeachOrgHeader_r()
[all …]
/php-src/ext/iconv/
H A Diconv_arginfo.h42 ZEND_ARG_TYPE_INFO(0, headers, IS_STRING, 0)
/php-src/ext/fileinfo/
H A Dlibmagic.patch1351 return toomany(ms, "program headers", phnum);
1370 return toomany(ms, "section headers", shnum);
/php-src/ext/standard/tests/http/request_parse_body/
H A Dmultipart_garbled.phpt28 RequestParseBodyException: File Upload Mime headers garbled

Completed in 94 milliseconds

12345678