Home
last modified time | relevance | path

Searched refs:headers (Results 26 – 50 of 198) sorted by relevance

12345678

/php-src/ext/snmp/
H A Dconfig.w3212 WARNING("snmp not enabled; libraries and headers not found");
15 WARNING("snmp not enabled; libraries and headers not found");
/php-src/win32/
H A Dsendmail.h36 const char *headers, const char *Subject, const char *mailTo, const char *data,
40 const char *headers, char *headers_lc, char **error_message);
/php-src/ext/standard/tests/mail/
H A Dbug69874.phpt8 echo "*** Testing mail() : send email without additional headers ***\n";
24 *** Testing mail() : send email without additional 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 Dbug69874_2.phpt8 echo "*** Testing mail() : send email without additional headers ***\n";
24 *** Testing mail() : send email without additional headers ***
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 Dmail_log.phpt20 $headers = "X-Test: 1";
25 var_dump(mail($to, $subject, $message, $headers));
/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/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()
/php-src/ext/mbstring/tests/
H A Dbug52681.phpt17 $headers = 'MIME-Version: 2.0';
19 mb_send_mail($to, mb_language(), "test", $headers);
/php-src/ext/session/tests/
H A Dsession_regenerate_id_cookie.phpt33 $headers = headers_list();
35 foreach ($headers as $h) {
41 var_dump($headers);
/php-src/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt7 … that the headers are sent to the callback specified for CURLOPT_HEADERFUNCTION. Different test se…
/php-src/sapi/fpm/tests/
H A Dbug77780-header-sent-error.phpt31 headers: [
38 headers: [
H A Dlog-suppress-output-request-body.phpt53 headers: ['REQUEST_METHOD' => 'POST']
67 headers: ['REQUEST_METHOD' => 'GET'],
81 headers: ['REQUEST_METHOD' => 'GET', 'CONTENT_LENGTH' => 100]
88 headers: ['REQUEST_METHOD' => 'GET', 'CONTENT_LENGTH' => 0],
/php-src/ext/openssl/tests/
H A Dopenssl_cms_sign_der.phpt16 $headers = array("test@test", "testing openssl_cms_sign()");
22 var_dump(openssl_cms_sign($infile, $outfile, openssl_x509_read($single_cert), $privkey, $headers));
H A Dopenssl_cms_sign_verify_nodetached_pem.phpt18 $headers = array("test@test", "testing openssl_cms_sign()");
24 var_dump(openssl_cms_sign($infile, $outfile, openssl_x509_read($single_cert), $privkey, $headers));
39 var_dump(openssl_cms_sign($infile, $outfile, openssl_x509_read($single_cert), $privkey, $headers,
58 var_dump(openssl_cms_sign($infile, $outfile, openssl_x509_read($single_cert), $privkey, $headers,
H A Dopenssl_cms_sign_verify_detached.phpt18 $headers = array("test@test", "testing openssl_cms_sign()");
24 var_dump(openssl_cms_sign($infile, $outfile, openssl_x509_read($single_cert), $privkey, $headers));
42 var_dump(openssl_cms_sign($infile, $outfile, openssl_x509_read($single_cert), $privkey, $headers,
60 var_dump(openssl_cms_sign($infile, $outfile, openssl_x509_read($single_cert), $privkey, $headers,
79 var_dump(openssl_cms_sign($infile, $outfile, openssl_x509_read($single_cert), $privkey, $headers,
H A Dgh12489.phpt14 $headers = array("test@test", "testing openssl_cms_sign()");
16 var_dump(openssl_cms_sign($infile, $outfile, openssl_x509_read($single_cert), $privkey, $headers,
H A Dopenssl_cms_encrypt_pem.phpt15 $headers = array("test@test", "testing openssl_cms_encrypt()");
18 var_dump(openssl_cms_encrypt($infile, $cryptfile, $single_cert, $headers, OPENSSL_CMS_BINARY, OPENS…
H A Dopenssl_cms_encrypt_der.phpt15 $headers = array("test@test", "testing openssl_cms_encrypt()");
18 var_dump(openssl_cms_encrypt($infile, $cryptfile, $single_cert, $headers, OPENSSL_CMS_BINARY, OPENS…
H A Dopenssl_cms_sign_verify_basic.phpt18 $headers = array("test@test", "testing openssl_cms_sign()");
24 var_dump(openssl_cms_sign($infile, $outfile, openssl_x509_read($single_cert), $privkey, $headers));
/php-src/ext/dba/
H A Dconfig.w3221 WARNING("dba: db handlers not enabled; libraries and headers not found");
32 WARNING("dba: qdbm handlers not enabled; libraries and headers not found");
44 WARNING("dba: lmdb handlers not enabled; libraries and headers not found");
/php-src/sapi/apache2handler/
H A Dconfig.w3217 WARNING("Could not find apache2 libraries/headers");
36 WARNING("Could not find apache2.2 libraries/headers");
54 WARNING("Could not find apache 2.4 libraries/headers");
/php-src/ext/standard/tests/general_functions/
H A Dheader_redirection_001.phpt2 Location: headers change the status code

Completed in 62 milliseconds

12345678