/PHP-5.3/ext/openssl/tests/ |
H A D | 023.phpt | 19 $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 D | 025.phpt | 15 $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.3/win32/ |
H A D | sendmail.c | 235 if (headers) { in TSendMail() 248 efree(headers); in TSendMail() 276 if (headers) { in TSendMail() 277 efree(headers); in TSendMail() 290 if (headers) { in TSendMail() 291 efree(headers); in TSendMail() 309 if (headers) { in TSendMail() 310 efree(headers); in TSendMail() 530 else if (headers) { in SendText() 573 memcpy(stripped_header, headers, pos1 - headers - 4); in SendText() [all …]
|
/PHP-5.3/ext/soap/interop/ |
H A D | client_round2_params.php | 442 $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.3/ext/standard/ |
H A D | mail.c | 101 char *to=NULL, *message=NULL, *headers=NULL, *headers_trimmed=NULL; in PHP_FUNCTION() local 115 &headers, &headers_len, &extra_cmd, &extra_cmd_len) == FAILURE in PHP_FUNCTION() 124 if (headers) { in PHP_FUNCTION() 125 MAIL_ASCIIZ_CHECK(headers, headers_len); in PHP_FUNCTION() 126 headers_trimmed = php_trim(headers, headers_len, NULL, 0, NULL, 2 TSRMLS_CC); in PHP_FUNCTION() 202 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd TSRMLS_D… in php_mail() argument 213 char *hdr = headers; in php_mail() 219 if (hdr != headers) { \ in php_mail() 249 if (headers != NULL) { in php_mail() 250 spprintf(&hdr, 0, "X-PHP-Originating-Script: %ld:%s\n%s", php_getuid(), f, headers); in php_mail()
|
H A D | php_mail.h | 28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd T…
|
/PHP-5.3/ext/iconv/tests/ |
H A D | bug52941.phpt | 2 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.3/ext/standard/tests/general_functions/ |
H A D | head.phpt | 36 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.3/sapi/apache/ |
H A D | config.w32 | 6 ARG_WITH('apache-includes', 'Where to find Apache 1.3 headers', null); 17 // headers 22 WARNING("Could not find apache libraries/headers");
|
/PHP-5.3/sapi/aolserver/ |
H A D | aolserver.c | 193 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.3/win32/build/ |
H A D | projectgen.js | 29 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.3/tests/basic/ |
H A D | rfc1867_garbled_mime_headers.phpt | 2 rfc1867 garbled mime headers 21 Warning: File Upload Mime headers garbled in %s
|
/PHP-5.3/sapi/roxen/ |
H A D | roxen.c | 167 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.3/ext/mbstring/tests/ |
H A D | bug52861.phpt | 18 $headers = 'MIME-Version: 2.0'; 20 mb_send_mail($to, mb_language(), "test", $headers);
|
/PHP-5.3/ext/snmp/ |
H A D | config.w32 | 17 WARNING("snmp not enabled; libraries and headers not found"); 20 WARNING("snmp not enabled; libraries and headers not found");
|
/PHP-5.3/ext/pdo/ |
H A D | Makefile.frag | 11 install-pdo-headers: 29 install: $(all_targets) $(install_targets) install-pdo-headers
|
/PHP-5.3/sapi/nsapi/ |
H A D | config.w32 | 6 ARG_WITH('nsapi-includes', 'Where to find NSAPI headers', null); 18 WARNING("Could not find NSAPI headers/libraries");
|
H A D | nsapi.c | 361 param_free(pblock_remove("host", rq->headers)); in PHP_FUNCTION() 362 if (value = pblock_findval("host", rc->rq->headers)) { in PHP_FUNCTION() 363 pblock_nvinsert("host", value, rq->headers); in PHP_FUNCTION() 414 for (i=0; i < rc->rq->headers->hsize; i++) { in PHP_FUNCTION() 415 entry=rc->rq->headers->ht[i]; in PHP_FUNCTION() 656 cookie_string = pblock_findval("cookie", rc->rq->headers); in sapi_nsapi_read_cookies() 676 for (i=0; i < rc->rq->headers->hsize; i++) { in sapi_nsapi_register_server_variables() 677 entry=rc->rq->headers->ht[i]; in sapi_nsapi_register_server_variables() 975 char *content_type = pblock_findval("content-type", rq->headers); in php5_execute() 976 char *content_length = pblock_findval("content-length", rq->headers); in php5_execute() [all …]
|
/PHP-5.3/sapi/apache_hooks/ |
H A D | config.w32 | 14 // headers 19 WARNING("Could not find apache libraries/headers");
|
/PHP-5.3/Zend/tests/ |
H A D | unset_cv05.phpt | 25 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %… 27 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
|
/PHP-5.3/ext/curl/tests/ |
H A D | curl_writeheader_callback.phpt | 7 …headers are sent to the callback specified for CURLOPT_HEADERFUNCTION. Different test servers spec…
|
/PHP-5.3/ext/mssql/ |
H A D | config.w32 | 13 WARNING("mssql not enabled; libraries and headers not found"); 26 WARNING("dblib not enabled; libraries and headers not found");
|
/PHP-5.3/sapi/caudium/ |
H A D | caudium.c | 167 struct svalue *headers, *value; in lookup_header() local 171 headers = low_mapping_string_lookup(REQUEST_DATA, sind); in lookup_header() 173 if(!headers || headers->type != PIKE_T_MAPPING) return NULL; in lookup_header() 175 value = low_mapping_string_lookup(headers->u.mapping, sind); in lookup_header() 485 struct svalue *headers; in low_sapi_caudium_register_variables() local 503 headers = low_mapping_string_lookup(REQUEST_DATA, sind); in low_sapi_caudium_register_variables() 505 if(headers && headers->type == PIKE_T_MAPPING) { in low_sapi_caudium_register_variables() 506 MY_MAPPING_LOOP(headers->u.mapping, i, k) { in low_sapi_caudium_register_variables()
|
/PHP-5.3/sapi/apache2handler/ |
H A D | config.w32 | 18 WARNING("Could not find apache2 libraries/headers"); 37 WARNING("Could not find apache2.2 libraries/headers"); 55 WARNING("Could not find apache 2.4 libraries/headers");
|
/PHP-5.3/sapi/apache2filter/ |
H A D | config.w32 | 18 WARNING("Could not find apache2 filter libraries/headers"); 37 WARNING("Could not find apache2.2 filter libraries/headers");
|