Home
last modified time | relevance | path

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

12345678

/PHP-5.6/ext/standard/tests/mail/
H A Dbug69874_2.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.6/sapi/caudium/
H A Dcaudium.c167 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.6/sapi/apache2handler/
H A Dconfig.w3218 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.6/ext/standard/
H A Dphp_mail.h28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd T…
/PHP-5.6/ext/standard/tests/general_functions/
H A Dheader_redirection_001.phpt2 Location: headers change the status code
H A Dheader_redirection_003.phpt2 Location: headers respect the header() response code parameter
H A Dheader_redirection_004.phpt2 Location: headers respect the header() response code parameter
H A Dheader_redirection_005.phpt2 Location: headers do not override the 201 response code
H A Dheader_redirection_008.phpt2 Location: headers do not override the 302 Found response code
H A Dheader_redirection_002.phpt2 Location: headers override non-201 and 3xx response codes
H A Dheader_redirection_006.phpt2 Location: headers do not override the 300 Multiple Choices response code
H A Dheader_redirection_007.phpt2 Location: headers do not override the 301 Moved Permanently response code
H A Dheader_redirection_010.phpt2 Location: headers do not override the 304 Not Modified response code
H A Dheader_redirection_011.phpt2 Location: headers do not override the 305 Use Proxy response code
H A Dheader_redirection_012.phpt2 Location: headers do not override the 307 Temporary Redirect response code
H A Dheader_redirection_013.phpt2 Location: headers do not override the 308 Permanent Redirect response code
H A Dheader_redirection_009.phpt2 Location: headers do not override the 303 See Other response code
H A Dheader_redirection_014.phpt2 Location: headers do not override the 399 Choose Your Own Adventure response code
/PHP-5.6/sapi/apache2filter/
H A Dconfig.w3218 WARNING("Could not find apache2 filter libraries/headers");
37 WARNING("Could not find apache2.2 filter libraries/headers");
/PHP-5.6/sapi/nsapi/
H A Dnsapi.c361 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()
654 cookie_string = pblock_findval("cookie", rc->rq->headers); in sapi_nsapi_read_cookies()
674 for (i=0; i < rc->rq->headers->hsize; i++) { in sapi_nsapi_register_server_variables()
675 entry=rc->rq->headers->ht[i]; in sapi_nsapi_register_server_variables()
970 char *content_type = pblock_findval("content-type", rq->headers); in php5_execute()
971 char *content_length = pblock_findval("content-length", rq->headers); in php5_execute()
[all …]
/PHP-5.6/ext/phar/tests/tar/
H A Dbug64343.phpt2 Bug #64343 (phar cannot open tars with pax headers)
/PHP-5.6/sapi/fpm/tests/
H A D022-cve-2016-5385.phpt43 $headers = [
47 $req = run_request('127.0.0.1', $port, $srcfile, '', $headers);
/PHP-5.6/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt2 Test iconv_mime_encode() function : usage variations - Pass different data types to headers arg
10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
22 $headers = <<<EOF
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_log.c303 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in fpm_log_write()
307 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
311 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
317 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
322 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()

Completed in 77 milliseconds

12345678