/PHP-8.3/ext/standard/tests/http/ |
H A D | gh11274.phpt | 39 method: POST; body: hello=world 41 method: POST; body: hello=world 44 method: GET; body: 45 method: GET; body: 46 method: GET; body: 47 method: GET; body: 49 method: GET; body: 50 method: GET; body: 51 method: GET; body: 52 method: GET; body: [all …]
|
/PHP-8.3/ext/dom/tests/ |
H A D | gh11625.phpt | 10 <body> 53 <body> 55 </body> 56 <body> 58 </body> 60 <body> 62 </body> 63 <body> 65 </body> 67 <body> [all …]
|
H A D | DOMNode_DOMNameSpaceNode_parentElement.phpt | 12 <body/> 16 echo "--- body test ---\n"; 18 $body = $dom->documentElement->firstElementChild; 19 var_dump($body->parentNode->localName); 20 var_dump($body->parentElement->localName); 38 $body->appendChild($fragment); 45 --- body test --- 56 string(4) "body" 57 string(4) "body"
|
H A D | bug69679.phpt | 8 … "<!DOCTYPE html><html><head><meta charset='UTF-8'></head><body>U+0000 <span>\x0</span></body></ht… 14 <html><head><meta charset="UTF-8"></head><body>U+0000 <span></span></body></html>
|
H A D | DOMDocument_loadHTML_basic.phpt | 11 $doc->loadHTML("<html><body><p>Test<br></p></body></html>"); 16 <html><body><p>Test<br></p></body></html>
|
H A D | bug77686.phpt | 9 $doc->loadHTML('<html id="htmlelement"><body id="x">before<div id="y">hello</div>after</body></html… 10 $body = $doc->getElementById('x'); 15 $body->removeChild($div); 19 $body->appendChild($div); 30 $body->appendChild($new_element);
|
H A D | gh11289.phpt | 11 <body> 13 </body> 30 string(55) "<!DOCTYPE HTML><html><body> <p>Hi!</p></body></html>"
|
H A D | DOMNode_DOMNameSpaceNode_isConnected.phpt | 9 $dom->loadXML('<!DOCTYPE html><html><head/><body/></html>'); 13 $body = $head->nextSibling; 22 $body->appendChild($p); 23 var_dump($body->isConnected); 31 $body->remove(); 34 var_dump($body->isConnected);
|
H A D | DOMDocument_validate_basic.phpt | 12 <!ELEMENT note (to,from,heading,body)> 16 <!ELEMENT body (#PCDATA)> 22 <body>Don't forget me this weekend</body>
|
H A D | gh11290.phpt | 10 <body> 12 </body> 29 string(67) "<!DOCTYPE HTML><html><body> <p>Loremipsumdolor</p></body></html>"
|
H A D | gh11288.phpt | 67 string(108) "<!DOCTYPE HTML><html><body><i><span class="foo">Lorem</span></i><span class="foo">ipsu… 68 string(108) "<!DOCTYPE HTML><html><body><i><span class="foo">Lorem</span></i><span class="foo">ipsu… 69 string(44) "<!DOCTYPE HTML><html><body>abc</body></html>"
|
H A D | dom005.phpt | 24 <html><head><title>Hello world</title></head><body> 27 </body></html> 30 <html><head><title>Hello world</title></head><body> 33 </body></html>
|
/PHP-8.3/ext/tidy/tests/ |
H A D | 028.phpt | 7 $x = tidy_parse_string("<body><div>Content</div></body>"); 8 var_dump($x->body()->child[0]->name); 9 var_dump($x->body()->child[0]->getParent()->name); 14 string(4) "body"
|
H A D | 010.phpt | 2 Accessing root, body, html, and head nodes.. 9 var_dump($a->body()); 22 </body> 48 </body> 117 </body> 120 string(4) "body" 148 </body> 151 string(4) "body" 179 </body> 248 </body> [all …]
|
H A D | 011.phpt | 8 $body = $a->body(); 9 var_dump($body->attribute); 10 foreach($body->attribute as $key=>$val) {
|
H A D | 025.phpt | 14 $tidy=tidy_parse_string('<html><body>text</body></html>'); 17 $tidy=tidy_parse_string('<html><body><!-- comment --></body></html>', array('newline' => 'LF'));
|
/PHP-8.3/sapi/fpm/tests/ |
H A D | status.inc | 54 * @param string $body 62 var_dump($body); 94 * @param string $body 105 string $body, 144 * @param string $body 155 * @param string $body 168 $body, 179 * @param string $body 185 $body, 202 * @param string $body [all …]
|
H A D | log-suppress-output-request-body.phpt | 2 FPM: Test URIs are not excluded from access log when there is a request body 15 $body = str_repeat('a', 100); 50 // Should not suppress POST with no body 57 // Should not suppress POST with body 60 stdin: $body 64 // Should not suppress GET with body 68 stdin: $body 72 // Should suppress GET with no body 78 // Should not suppress GET with no body but incorrect content length 85 // Should suppress GET with body but 0 content length (no stdin readable) [all …]
|
/PHP-8.3/ext/imap/tests/ |
H A D | bug35669.phpt | 13 $body[] = $multipart; //add multipart stuff 17 $body[] = $textpart; //add body part 27 $body[] = $plain; //next add plain text part 37 $body[] = $html; 39 echo imap_mail_compose($envelope, $body);
|
H A D | bug80215.phpt | 12 $body = [[ 21 imap_mail_compose($envelope, $body); 22 var_dump($envelope, $body);
|
H A D | bug40854.phpt | 25 $body[1] = $part1; 26 $body[2] = $part2; 27 $body[3] = $part3; 29 echo imap_mail_compose($envelope, $body);
|
H A D | bug31142_1.phpt | 26 $body[1] = $part1; 27 $body[2] = $part2; 28 $body[3] = $part3; 30 echo imap_mail_compose($envelope, $body);
|
/PHP-8.3/ext/standard/ |
H A D | php_fopen_wrapper.c | 65 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-8.3/ext/tokenizer/tests/ |
H A D | token_get_all_variation18.phpt | 16 <body> 18 </body> 38 <body> 40 </body>
|
/PHP-8.3/sapi/cli/tests/ |
H A D | php_cli_server_013.phpt | 134 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found o… 143 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> w… 161 </head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html> 171 </head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html> 181 </head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html>
|