Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 171) sorted by relevance

1234567

/PHP-5.5/ext/openssl/tests/
H A D023.phpt19 $headers = array("test@test", "testing openssl_pkcs7_encrypt()");
24 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $single_cert, $headers));
29 var_dump(openssl_pkcs7_encrypt($wrong, $outfile, $single_cert, $headers));
30 var_dump(openssl_pkcs7_encrypt($empty, $outfile, $single_cert, $headers));
31 var_dump(openssl_pkcs7_encrypt($infile, $empty, $single_cert, $headers));
32 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $wrong, $headers));
33 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $empty, $headers));
35 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $multi_certs, $headers));
H A D025.phpt15 $headers = array("test@test", "testing openssl_pkcs7_sign()");
20 var_dump(openssl_pkcs7_sign($infile, $outfile, $single_cert, $privkey, $headers));
24 var_dump(openssl_pkcs7_sign($wrong, $outfile, $single_cert, $privkey, $headers));
25 var_dump(openssl_pkcs7_sign($empty, $outfile, $single_cert, $privkey, $headers));
26 var_dump(openssl_pkcs7_sign($infile, $empty, $single_cert, $privkey, $headers));
27 var_dump(openssl_pkcs7_sign($infile, $outfile, $wrong, $privkey, $headers));
28 var_dump(openssl_pkcs7_sign($infile, $outfile, $empty, $privkey, $headers));
30 var_dump(openssl_pkcs7_sign($infile, $outfile, $single_cert, $wrong, $headers));
/PHP-5.5/win32/
H A Dsendmail.c236 if (headers) { in TSendMail()
249 efree(headers); in TSendMail()
277 if (headers) { in TSendMail()
278 efree(headers); in TSendMail()
291 if (headers) { in TSendMail()
292 efree(headers); in TSendMail()
310 if (headers) { in TSendMail()
311 efree(headers); in TSendMail()
531 else if (headers) { in SendText()
574 memcpy(stripped_header, headers, pos1 - headers - 4); in SendText()
[all …]
/PHP-5.5/ext/standard/tests/network/
H A Dsetcookie.phpt35 $headers = headers_list();
36 if (($i = count($expected)) > count($headers))
38 echo "Less headers are being sent than expected - aborting";
44 if (strncmp(current($headers), 'Set-Cookie:', 11) !== 0)
49 if (current($headers) === current($expected))
57 ."\n\tReceived: ".current($headers)."\n";
62 while (next($headers) !== FALSE);
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_params.php442 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', 'hell…
454 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', 'hell…
466 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', 'hell…
478 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', 'hell…
491 $test->headers[] = new SoapHeader('http://unknown.org/echoheader/','echoMeStringRequest', 'hello wo…
508 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStructRequest',
525 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStructRequest',
542 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStructRequest',
557 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStructRequest',
575 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeUnknown', 'nobody und…
[all …]
/PHP-5.5/ext/standard/
H A Dmail.c103 char *to=NULL, *message=NULL, *headers=NULL, *headers_trimmed=NULL; in PHP_FUNCTION() local
111 …"sss|ss", &to, &to_len, &subject, &subject_len, &message, &message_len, &headers, &headers_len, &e… in PHP_FUNCTION()
119 if (headers) { in PHP_FUNCTION()
120 MAIL_ASCIIZ_CHECK(headers, headers_len); in PHP_FUNCTION()
121 headers_trimmed = php_trim(headers, headers_len, NULL, 0, NULL, 2 TSRMLS_CC); in PHP_FUNCTION()
265 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd TSRMLS_D… in php_mail() argument
276 char *hdr = headers; in php_mail()
282 if (hdr != headers) { \ in php_mail()
324 if (headers != NULL && *headers) { in php_mail()
325 spprintf(&hdr, 0, "X-PHP-Originating-Script: %ld:%s\n%s", php_getuid(TSRMLS_C), f, headers); in php_mail()
/PHP-5.5/ext/iconv/tests/
H A Dbug52941.phpt2 Bug #52941 (The 'iconv_mime_decode_headers' function is skipping headers)
7 $headers = <<<HEADERS
15 $decoded = iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_CONTINUE_ON_ERROR, 'UTF-8');
23 $decoded = iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_CONTINUE_ON_ERROR | ICONV_MIME_DEC…
/PHP-5.5/ext/standard/tests/general_functions/
H A Dhead.phpt36 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
39 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
45 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
48 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
/PHP-5.5/sapi/apache/
H A Dconfig.w326 ARG_WITH('apache-includes', 'Where to find Apache 1.3 headers', null);
17 // headers
22 WARNING("Could not find apache libraries/headers");
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic6.phpt31 // Calling mail() with all additional headers
41 // Calling mail() with all additional headers
52 // Calling mail() with all additional headers
63 // Calling mail() with all additional headers
73 // Calling mail() with all additional headers
83 // Calling mail() with all additional headers
93 // Calling mail() with all additional headers
103 // Calling mail() with all additional headers
113 // Calling mail() with all additional headers
123 // Calling mail() with all additional headers
[all …]
H A Dbug66535.phpt2 Bug #66535: Extra newline if add_x_header and no additional headers are used
19 echo "*** Testing mail() : send email without additional headers ***\n";
36 *** Testing mail() : send email without additional headers ***
H A Dbug69874.phpt19 echo "*** Testing mail() : send email without additional headers ***\n";
36 *** Testing mail() : send email without additional headers ***
H A Dmail_log.phpt25 $headers = "X-Test: 1";
30 var_dump(mail($to, $subject, $message, $headers));
/PHP-5.5/sapi/aolserver/
H A Daolserver.c193 i = Ns_SetIFind(NSG(conn->headers), "cookie"); in php_ns_sapi_read_cookies()
195 http_cookie = Ns_SetValue(NSG(conn->headers), i); in php_ns_sapi_read_cookies()
230 for (i = 0; i < Ns_SetSize(NSG(conn)->headers); i++) { in php_info_aolserver()
231 php_info_print_table_row(2, Ns_SetKey(NSG(conn)->headers, i), Ns_SetValue(NSG(conn)->headers, i)); in php_info_aolserver()
272 for (i = 0; i < Ns_SetSize(NSG(conn->headers)); i++) { in PHP_FUNCTION()
273 char *key = Ns_SetKey(NSG(conn->headers), i); in PHP_FUNCTION()
274 char *value = Ns_SetValue(NSG(conn->headers), i); in PHP_FUNCTION()
310 for(i = 0; i < Ns_SetSize(NSG(conn->headers)); i++) { in php_ns_sapi_register_variables()
311 char *key = Ns_SetKey(NSG(conn->headers), i); in php_ns_sapi_register_variables()
312 char *value = Ns_SetValue(NSG(conn->headers), i); in php_ns_sapi_register_variables()
[all …]
/PHP-5.5/win32/build/
H A Dprojectgen.js29 headers = (path ? headers.replace(/\.\//g, path) : headers);
30 tmpl = tmpl.replace("HEADERFILES", headers);
187 function generate_timelib_conf(headers) argument
191 var pos = headers.search(file);
192 var entry = headers.slice(pos, pos + 64);
201 headers = headers.replace(entry, replace);
202 return headers;
228 headers = generate_timelib_conf(headers);
444 var headers = "";
475 headers += " ./" + name;
[all …]
/PHP-5.5/tests/basic/
H A Drfc1867_garbled_mime_headers.phpt2 rfc1867 garbled mime headers
21 Warning: File Upload Mime headers garbled in %s
/PHP-5.5/ext/snmp/
H A Dconfig.w3214 WARNING("snmp not enabled; libraries and headers not found");
17 WARNING("snmp not enabled; libraries and headers not found");
/PHP-5.5/sapi/roxen/
H A Droxen.c167 struct svalue *headers, *value; in lookup_header() local
173 headers = low_mapping_string_lookup(REQUEST_DATA, sind); in lookup_header()
175 if(!headers || headers->type != PIKE_T_MAPPING) return NULL; in lookup_header()
177 value = low_mapping_string_lookup(headers->u.mapping, sind); in lookup_header()
529 struct svalue *headers; in php_roxen_hash_environment() local
537 headers = low_mapping_string_lookup(REQUEST_DATA, sind); in php_roxen_hash_environment()
539 if(headers && headers->type == PIKE_T_MAPPING) { in php_roxen_hash_environment()
540 indices = mapping_indices(headers->u.mapping); in php_roxen_hash_environment()
543 val = low_mapping_lookup(headers->u.mapping, ind); in php_roxen_hash_environment()
/PHP-5.5/ext/mbstring/tests/
H A Dbug52861.phpt18 $headers = 'MIME-Version: 2.0';
20 mb_send_mail($to, mb_language(), "test", $headers);
/PHP-5.5/ext/pdo/
H A DMakefile.frag11 install-pdo-headers:
29 install: $(all_targets) $(install_targets) install-pdo-headers
/PHP-5.5/sapi/nsapi/
H A Dconfig.w326 ARG_WITH('nsapi-includes', 'Where to find NSAPI headers', null);
18 WARNING("Could not find NSAPI headers/libraries");
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.w3214 // headers
19 WARNING("Could not find apache libraries/headers");
/PHP-5.5/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-5.5/Zend/tests/
H A Dunset_cv05.phpt23 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %…
25 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
/PHP-5.5/ext/mssql/
H A Dconfig.w3213 WARNING("mssql not enabled; libraries and headers not found");
26 WARNING("dblib not enabled; libraries and headers not found");

Completed in 104 milliseconds

1234567