Home
last modified time | relevance | path

Searched refs:body (Results 26 – 50 of 180) sorted by relevance

12345678

/PHP-8.2/ext/tidy/tests/
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>
H A D026.phpt25 <body>
27 </body>
/PHP-8.2/ext/imap/tests/
H A Dbug80710_2.phpt28 $body[1] = $part1;
29 $body[2] = $part2;
30 $body[3] = $part3;
32 echo imap_mail_compose($envelope, $body);
H A Dbug80213.phpt8 $body = [[
15 var_dump(imap_mail_compose($envelope, $body));
H A Dimap_fetch_overview_variation6.phpt70 $body[1] = $part1;
71 $body[2] = $part2;
72 $body[3] = $part3;
73 $body[4] = $part4;
75 $msg = imap_mail_compose($envelope, $body);
/PHP-8.2/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'"
287 * Get response body.
303 * Print raw body.
[all …]
/PHP-8.2/ext/curl/tests/
H A Dskipif-nocaddy.inc6 $body = curl_exec($ch);
10 if ($body !== "Caddy is up and running") {
/PHP-8.2/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-8.2/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…
H A Dflexible-nowdoc-error4.phpt2 Flexible nowdoc 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…
H A Derrmsg_001.phpt2 errmsg: Non-abstract method must contain body
16 Fatal error: Non-abstract method Impl::Foo() must contain body in %s on line %d
/PHP-8.2/ext/standard/tests/strings/
H A Dbug22008.phpt11 <body>
13 </body>
/PHP-8.2/ext/phar/tests/
H A Dfrontcontroller6.phpt18 <body>
20 </body>
H A Dfrontcontroller8.phpt18 <body>
20 </body>
H A Dfrontcontroller10.phpt21 <body>
23 </body>
/PHP-8.2/ext/session/tests/
H A Dbug36459.phpt24 <body>
30 </body>
37 <body>
43 </body>
/PHP-8.2/ext/phar/tests/tar/
H A Dfrontcontroller8.phar.phpt18 <body>
20 </body>
H A Dfrontcontroller6.phar.phpt18 <body>
20 </body>
/PHP-8.2/ext/phar/tests/zip/
H A Dfrontcontroller8.phar.phpt18 <body>
20 </body>
/PHP-8.2/ext/phar/tests/cache_list/
H A Dfrontcontroller8.phpt20 <body>
22 </body>
H A Dfrontcontroller6.phpt20 <body>
22 </body>

Completed in 18 milliseconds

12345678