Home
last modified time | relevance | path

Searched refs:body (Results 51 – 75 of 246) sorted by relevance

12345678910

/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_Windows1251.phpt30 <body>
32 ?</body></html>
38 <body>
40 é</body></html>
H A DHTMLDocument_encoding_edge_case_05.phpt9 $header = "<!doctype html><html><head><meta charset=\"gb18030\"></head><body>";
21body>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA…
H A DHTMLDocument_encoding_edge_case_07.phpt9 $header = "<!doctype html><html><head><meta charset=\"gb18030\"></head><body>";
21body>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA…
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_full_document.phpt21 <body>
27 </body>
44 <body>
51 </body></html>
H A DHTMLDocument_serialize_ns_imported_03.phpt38 …://www.w3.org/1999/xhtml"><head></head><body><p>foo<container xmlns="some:ns" xmlns:bar="another:n…
39 <html><head></head><body><p>foo<container xmlns="some:ns" xmlns:bar="another:ns"></container></p></
H A DHTMLDocument_serialize_ns_imported_04.phpt38 …://www.w3.org/1999/xhtml"><head></head><body><p>foo<container xmlns="some:ns" xmlns:bar="another:n…
39 <html><head></head><body><p>foo<container xmlns="some:ns" xmlns:bar="another:ns"></container></p></
H A DHTMLDocument_serialize_ns_imported_06.phpt38 <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p>foo<x xmlns="some:ns">
46 <child xmlns="some:ns2"/></x></p></body></html>
47 <html><head></head><body><p>foo<x>
55 <child></child></x></p></body></html>
H A DHTMLDocument_serialize_ns_imported_01.phpt29 …><body><p>foo<container xmlns="some:ns" xmlns:bar="another:ns" xmlns:foo="http://foo/" foo:bar="va…
30 …html><head></head><body><p>foo<container xmlns="some:ns" xmlns:bar="another:ns" foo:bar="value"><c…
/php-src/ext/standard/
H A Dphp_fopen_wrapper.c65 php_stream *body; member
86 php_stream_seek(input->body, 0, SEEK_END); in php_stream_input_read()
87 php_stream_write(input->body, buf, read_bytes); in php_stream_input_read()
91 if (!input->body->readfilters.head) { in php_stream_input_read()
94 php_stream_seek(input->body, input->position, SEEK_SET); in php_stream_input_read()
96 read = php_stream_read(input->body, buf, count); in php_stream_input_read()
127 if (input->body) { in php_stream_input_seek()
129 *newoffset = input->position = (input->body)->position; in php_stream_input_seek()
228 if ((input->body = SG(request_info).request_body)) { in php_stream_url_wrap_php()
229 php_stream_rewind(input->body); in php_stream_url_wrap_php()
[all …]
/php-src/ext/dom/tests/modern/html/parser/
H A Dpredefined_namespaces.phpt14 <body>
26 </body>
32 foreach ($xpath->query("//*[name()='body']//*") as $node) {
67 <body>
80 </body></html>
87 <body>
100 </body></html>
H A DHTMLDocument_fromString_empty.phpt13 <html><head></head><body></body></html>
H A DHTMLDocument_fromFile_parser_warning_03.phpt13 <!DOCTYPE html><html><head></head><body>
16 </p></body></html>
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation18.phpt16 <body>
18 </body>
38 <body>
40 </body>
/php-src/ext/dom/tests/
H A Ddom005.phpt24 <html><head><title>Hello world</title></head><body>
27 </body></html>
30 <html><head><title>Hello world</title></head><body>
33 </body></html>
/php-src/ext/tidy/tests/
H A D002.phpt16 <body>
17 </body>
H A D005-mb.phpt16 <body>
17 </body>
H A D005.phpt16 <body>
17 </body>
H A D009.phpt17 <body>
18 </body>
H A D003.phpt19 <body>
20 </body>
H A D017.phpt14 <body>
16 </body>
/php-src/sapi/cli/tests/
H A Dphp_cli_server_013.phpt135 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found o…
145 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> w…
165 </head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html>
176 </head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html>
187 </head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html>
/php-src/sapi/fpm/tests/
H A Dresponse.inc120 * @param mixed $body
125 public function expectBody($body, $contentType = 'text/html')
127 if ($multiLine = is_array($body)) {
128 $body = implode("\n", $body);
135 } elseif ($body !== $this->rawBody) {
138 "==> The expected body:\n$body\n" .
139 "==> does not match the actual body:\n$this->rawBody"
143 "The expected body '$body' does not match actual body '$this->rawBody'"
298 * Get response body.
314 * Print raw body.
[all …]
/php-src/ext/curl/tests/
H A Dskipif-nocaddy.inc6 $body = curl_exec($ch);
10 if ($body !== "Caddy is up and running") {
/php-src/ext/xsl/tests/
H A Dxsltprocessor_transformToXML.phpt26 <html><body>
36 </body></html>
54 string(135) "<html xmlns:php="http://php.net/xsl"><body>
60 </body></html>
/php-src/Zend/tests/
H A Dflexible-heredoc-error4.phpt2 Flexible heredoc syntax error 4: not enough body indentation
14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…

Completed in 60 milliseconds

12345678910