Home
last modified time | relevance | path

Searched refs:header (Results 51 – 75 of 228) sorted by relevance

12345678910

/PHP-5.5/ext/wddx/tests/
H A D003.phpt11 …fputs($fp, "<wddxPacket version='1.0'><header><comment>TEST comment</comment></header><data><struc…
H A D002.phpt21 <wddxPacket version='1.0'><header><comment>TEST comment</comment></header><data><struct><var name='…
H A Dbug35410.phpt12 <header>
14 </header>
H A Dbug35410_64bit.phpt12 <header>
14 </header>
H A Dbug48562.phpt33 string(78) "<wddxPacket version='1.0'><header/><data><struct></struct></data></wddxPacket>"
34 string(120) "<wddxPacket version='1.0'><header/><data><struct><var name='foo'><string>bar</string><…
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
70 header('HTTP/1.1 301 Moved Permanently');
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
76 header('HTTP/1.0 404 Not Found');
82 header('Content-Type: text/plain');
83 header('Content-Length: ' . filesize($a));
96 header('Content-Type: ' .$mimes[$b['extension']]);
97 header('Content-Length: ' . filesize($a));
H A Dinclude_path2.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
70 header('HTTP/1.1 301 Moved Permanently');
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
76 header('HTTP/1.0 404 Not Found');
82 header('Content-Type: text/plain');
83 header('Content-Length: ' . filesize($a));
96 header('Content-Type: ' .$mimes[$b['extension']]);
97 header('Content-Length: ' . filesize($a));
H A Dopenssl.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
70 header('HTTP/1.1 301 Moved Permanently');
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
76 header('HTTP/1.0 404 Not Found');
82 header('Content-Type: text/plain');
83 header('Content-Length: ' . filesize($a));
96 header('Content-Type: ' .$mimes[$b['extension']]);
97 header('Content-Length: ' . filesize($a));
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
70 header('HTTP/1.1 301 Moved Permanently');
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
76 header('HTTP/1.0 404 Not Found');
82 header('Content-Type: text/plain');
83 header('Content-Length: ' . filesize($a));
96 header('Content-Type: ' .$mimes[$b['extension']]);
97 header('Content-Length: ' . filesize($a));
H A Dopenssl.phar58 header("Cache-Control: no-cache, must-revalidate");
59 header("Pragma: no-cache");
70 header('HTTP/1.1 301 Moved Permanently');
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
76 header('HTTP/1.0 404 Not Found');
82 header('Content-Type: text/plain');
83 header('Content-Length: ' . filesize($a));
96 header('Content-Type: ' .$mimes[$b['extension']]);
97 header('Content-Length: ' . filesize($a));
/PHP-5.5/ext/standard/tests/http/
H A Dbug61548.phpt11 function do_test($header) {
15 'header' => $header,
/PHP-5.5/ext/soap/tests/soap12/
H A Dsoap12-test.inc3 public $header;
104 $this->header = $x;
108 return $this->header;
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug31755.phpt10 $header = new SOAPHeader(null, 'foo', 'bar');
12 $response= $client->__call('function', array(), null, $header);
H A Dbug50762.phpt13 return 'header handler ' . ($this->auth ? 'called' : 'not called');
47 header handler called
/PHP-5.5/ext/soap/interop/
H A Dinterop.wsdl.php2 header("Content-Type: text/xml");
H A DinteropB.wsdl.php2 header("Content-Type: text/xml");
H A Dechoheadersvc.wsdl.php2 header("Content-Type: text/xml");
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c224 smart_str header = {0}; in php_stream_url_wrap_http_ex() local
227 smart_str_appends(&header, resource->host); in php_stream_url_wrap_http_ex()
228 smart_str_appendc(&header, ':'); in php_stream_url_wrap_http_ex()
229 smart_str_append_unsigned(&header, resource->port); in php_stream_url_wrap_http_ex()
255 smart_str_appendl(&header, s, p - s); in php_stream_url_wrap_http_ex()
256 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); in php_stream_url_wrap_http_ex()
279 smart_str_appendl(&header, s, p - s); in php_stream_url_wrap_http_ex()
280 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); in php_stream_url_wrap_http_ex()
292 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); in php_stream_url_wrap_http_ex()
294 if (php_stream_write(stream, header.c, header.len) != header.len) { in php_stream_url_wrap_http_ex()
[all …]
H A Dhead.h25 PHP_FUNCTION(header);
/PHP-5.5/ext/date/tests/
H A Dbug61642.phpt12 $header = array();
17 $header[] = $date->format('Y-m-d D');
20 echo '### ', implode(' ', $header), "\n\n";
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_variation1.phpt2 Test iconv_mime_decode() function : usage variations - Pass different data types to header arg
11 * Description: Decodes a mime header field
22 $header = b'Subject: =?UTF-8?B?UHLDvGZ1bmcgUHLDvGZ1bmc=?=';
/PHP-5.5/ext/curl/tests/responder/
H A Dget.php27 header('Content-Type: text/plain;charset=utf-8');
/PHP-5.5/ext/standard/tests/general_functions/
H A Dheader_redirection_001.phpt6 header('Location: http://example.com/');
/PHP-5.5/ext/standard/tests/streams/
H A Dbug64433_srv.inc7 header("Location: index.php?redir=1");
/PHP-5.5/sapi/roxen/
H A DTODO6 - Rewriting header handling so that more than one header with the same

Completed in 51 milliseconds

12345678910