Searched refs:body (Results 1 – 25 of 182) sorted by relevance
12345678
/PHP-7.3/sapi/fpm/tests/ |
H A D | status.inc | 54 if ($body === null) { 65 * @param string $body 76 string $body, 110 var_dump($body); 119 * @param string $body 130 * @param string $body 143 $body, 154 * @param string $body 160 $body, 177 * @param string $body [all …]
|
H A D | response.inc | 63 * @param mixed $body 67 public function expectBody($body, $contentType = 'text/html') 69 if ($multiLine = is_array($body)) { 70 $body = implode("\n", $body); 76 $body !== $this->rawBody 80 "==> The expected body:\n$body\n" . 81 "==> does not match the actual body:\n$this->rawBody" 85 "The expected body '$body' does not match actual body '$this->rawBody'" 115 * Print raw body 123 * Print raw body
|
/PHP-7.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> 46 </body> 115 </body> 118 string(4) "body" 146 </body> 149 string(4) "body" 177 </body> 246 </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'));
|
H A D | 002.phpt | 16 <body> 17 </body>
|
H A D | 005.phpt | 16 <body> 17 </body>
|
H A D | 005-mb.phpt | 16 <body> 17 </body>
|
H A D | 009.phpt | 17 <body> 18 </body>
|
H A D | 003.phpt | 19 <body> 20 </body>
|
/PHP-7.3/ext/dom/tests/ |
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 | 13 $doc->loadHTML("<html><body><p>Test<br></p></body></html>"); 18 <html><body><p>Test<br></p></body></html>
|
H A D | DOMDocument_validate_basic.phpt | 14 <!ELEMENT note (to,from,heading,body)> 18 <!ELEMENT body (#PCDATA)> 24 <body>Don't forget me this weekend</body>
|
H A D | bug76738.phpt | 84 $body = $doc->getElementsByTagName('body')->item(0); 85 if($body !== NULL) 87 while($body->childNodes->length > 0) 89 $root_div->appendChild($body->childNodes->item(0)); 91 $body->appendChild($root_div); 102 …org/TR/html4/loose.dtd"><html><head><title>Tidy</title></head><body>' . $content . '</body></html>… 176 $body = $doc->getElementsByTagName('body')->item(0); 177 if($body !== NULL) 181 while($body->childNodes->length > 0) 183 $childNode = $body->childNodes->item(0); [all …]
|
H A D | dom005.phpt | 23 <html><head><title>Hello world</title></head><body> 26 </body></html> 29 <html><head><title>Hello world</title></head><body> 32 </body></html>
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | bug52931.phpt | 11 $string = '<body>Umlauttest öüä</body>'; 16 var_dump(strripos($string, '</body>')); 17 var_dump(mb_strripos($string, '</body>'));
|
/PHP-7.3/ext/imap/tests/ |
H A D | bug35669.phpt | 17 $body[] = $multipart; //add multipart stuff 21 $body[] = $textpart; //add body part 31 $body[] = $plain; //next add plain text part 41 $body[] = $html; 43 echo imap_mail_compose($envelope, $body);
|
H A D | bug31142_1.phpt | 30 $body[1] = $part1; 31 $body[2] = $part2; 32 $body[3] = $part3; 34 echo imap_mail_compose($envelope, $body);
|
H A D | bug40854.phpt | 29 $body[1] = $part1; 30 $body[2] = $part2; 31 $body[3] = $part3; 33 echo imap_mail_compose($envelope, $body);
|
H A D | bug80215.phpt | 14 $body = [[ 23 imap_mail_compose($envelope, $body); 24 var_dump($envelope, $body);
|
H A D | bug80710_1.phpt | 30 $body[1] = $part1; 31 $body[2] = $part2; 32 $body[3] = $part3; 34 echo imap_mail_compose($envelope, $body);
|
H A D | bug80710_2.phpt | 30 $body[1] = $part1; 31 $body[2] = $part2; 32 $body[3] = $part3; 34 echo imap_mail_compose($envelope, $body);
|
/PHP-7.3/ext/standard/ |
H A D | php_fopen_wrapper.c | 67 php_stream *body; member 88 php_stream_seek(input->body, 0, SEEK_END); in php_stream_input_read() 89 php_stream_write(input->body, buf, read_bytes); in php_stream_input_read() 93 if (!input->body->readfilters.head) { in php_stream_input_read() 96 php_stream_seek(input->body, input->position, SEEK_SET); in php_stream_input_read() 98 read = php_stream_read(input->body, buf, count); in php_stream_input_read() 129 if (input->body) { in php_stream_input_seek() 131 *newoffset = input->position = (input->body)->position; in php_stream_input_seek() 230 if ((input->body = SG(request_info).request_body)) { in php_stream_url_wrap_php() 231 php_stream_rewind(input->body); in php_stream_url_wrap_php() [all …]
|
/PHP-7.3/ext/tokenizer/tests/ |
H A D | token_get_all_variation18.phpt | 21 <body> 23 </body> 43 <body> 45 </body>
|
Completed in 30 milliseconds
12345678