Home
last modified time | relevance | path

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

12345678

/PHP-8.2/ext/phar/tests/zip/
H A Dfrontcontroller6.phar.phpt21 <body>
23 </body>
H A Dfrontcontroller10.phar.phpt21 <body>
23 </body>
/PHP-8.2/ext/standard/tests/array/
H A Darray_map_variation10.phpt14 echo "-- anonymous function with all parameters and body --\n";
27 echo "-- anonymous function with NULL body --\n";
41 -- anonymous function with all parameters and body --
76 -- anonymous function with NULL body --
/PHP-8.2/ext/xsl/tests/
H A Dxslt003.phpt17 <html><body>hello world
21 </body></html>
H A Dxslt001.phpt16 <html><body>bar
20 </body></html>
H A Dxslt006.phpt17 <html><body>bar
21 </body></html>
H A Dxslt007.phpt18 <html><body>bar
22 </body></html>
H A Dxslt008-mb.phpt23 <html><body>bar
27 </body></html>
H A Dxslt008.phpt23 <html><body>bar
27 </body></html>
H A Dxslt005.phpt24 <body>bar
28 </body>
H A Dbug71540.phpt25 <html><body>
35 </body></html>
67 <html xmlns:php="http://php.net/xsl"><body>
70 </body></html>
H A Dxslt004.phpt24 <html><body>bar
28 </body></html>
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_saveHTML_variant2.phpt12 <body>
14 </body>
H A Dbug79451.phpt20 <html><body><p>hello</p></body></html>
H A Dgh9142.phpt21 <html><body><p>One</p><p>Two</p></body></html>
/PHP-8.2/ext/phar/tests/cache_list/
H A Dfrontcontroller10.phpt22 <body>
24 </body>
/PHP-8.2/ext/phar/tests/tar/
H A Dfrontcontroller10.phar.phpt21 <body>
23 </body>
/PHP-8.2/ext/imap/tests/
H A Dbug31142_2.phpt16 $body = array($part1);
18 echo imap_mail_compose($envelope, $body);
H A Dbug80223.phpt25 imap_mail_compose(): Argument #2 ($bodies) individual body must be of type array, int given
26 imap_mail_compose(): Argument #2 ($bodies) individual body cannot be empty
/PHP-8.2/ext/tidy/tests/
H A Dbug77040.phpt9 $p = $tidy->body()->child[0];
15 $cdata = $tidy->body()->child[1]->child[0];
H A Dtidy_error.phpt15 <body>
17 </body>
H A Dgh12980.phpt22 <body>
23 </body>
H A D020.phpt31 <body>
34 </body>
H A D024.phpt33 <body>
35 </body>
/PHP-8.2/ext/standard/tests/strings/
H A Dchunk_split_variation3.phpt14 $body = str_repeat("Hello", 10000000);
17 var_dump(chunk_split($body, $chunk_length));

Completed in 38 milliseconds

12345678