Searched refs:body (Results 1 – 25 of 143) sorted by relevance
123456
/PHP-5.4/ext/tidy/tests/ |
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 | 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 | 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 | 009.phpt | 17 <body> 18 </body>
|
H A D | 003.phpt | 19 <body> 20 </body>
|
H A D | 017.phpt | 14 <body> 16 </body>
|
H A D | 026.phpt | 21 <body> 23 </body>
|
/PHP-5.4/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-5.4/ext/dom/tests/ |
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 | 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-5.4/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 | imap_fetch_overview_variation6.phpt | 73 $body[1] = $part1; 74 $body[2] = $part2; 75 $body[3] = $part3; 76 $body[4] = $part4; 78 $msg = imap_mail_compose($envelope, $body);
|
/PHP-5.4/ext/tokenizer/tests/ |
H A D | token_get_all_variation18.phpt | 21 <body> 23 </body> 43 <body> 45 </body>
|
/PHP-5.4/sapi/cli/tests/ |
H A D | php_cli_server_013.phpt | 91 </head><body><h1>Not Found</h1><p>The requested resource / was not found on this server.</p></body>… 99 </head><body><h1>Not Found</h1><p>The requested resource /main/style.css was not found on this serv… 107 </head><body><h1>Not Found</h1><p>The requested resource /main/foo/bar was not found on this server…
|
/PHP-5.4/ext/session/tests/ |
H A D | bug36459.phpt | 22 <body> 28 </body> 35 <body> 41 </body>
|
/PHP-5.4/Zend/tests/ |
H A D | errmsg_001.phpt | 2 errmsg: Non-abstract method must contain body 16 Fatal error: Non-abstract method Impl::Foo() must contain body in %s on line %d
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | bug22008.phpt | 11 <body> 13 </body>
|
/PHP-5.4/ext/phar/tests/ |
H A D | frontcontroller8.phpt | 18 <body> 20 </body>
|
H A D | frontcontroller6.phpt | 18 <body> 20 </body>
|
Completed in 26 milliseconds
123456