/PHP-8.3/ext/phar/tests/tar/ |
H A D | bug49910.phpt | 25 [6] => phar://*/Structures_Graph-1.0.3/docs/html/Structures_Graph/Structures_Graph.html 28 [9] => phar://*/Structures_Graph-1.0.3/docs/html/Structures_Graph/Structures_Graph_Node.html 32 [13] => phar://*/Structures_Graph-1.0.3/docs/html/Structures_Graph/_Structures_Graph_php.html 34 [15] => phar://*/Structures_Graph-1.0.3/docs/html/classtrees_Structures_Graph.html 35 [16] => phar://*/Structures_Graph-1.0.3/docs/html/elementindex.html 36 [17] => phar://*/Structures_Graph-1.0.3/docs/html/elementindex_Structures_Graph.html 37 [18] => phar://*/Structures_Graph-1.0.3/docs/html/errors.html 38 [19] => phar://*/Structures_Graph-1.0.3/docs/html/index.html 39 [20] => phar://*/Structures_Graph-1.0.3/docs/html/li_Structures_Graph.html 42 [23] => phar://*/Structures_Graph-1.0.3/docs/html/packages.html [all …]
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | nl2br_variation4.phpt | 12 //array of html strings 14 "<html>Hello<br />world</html>", 15 "<html><br /></html>", 16 "<html>\nHello\r\nworld\r</html>", 17 "<html>\n \r\n \r</html>", 28 string(29) "<html>Hello<br />world</html>" 29 string(19) "<html><br /></html>" 30 string(45) "<html><br /> 33 </html>" 34 string(37) "<html><br /> [all …]
|
H A D | strip_tags_variation6.phpt | 13 "<html> I am html string </html>".chr(0)."<?php I am php string ?>", 14 "<html> I am html string\0 </html><?php I am php string ?>", 15 "<a>I am html string</a>", 16 "<html>I am html string</html>".decbin(65)."<?php I am php string?>" 33 string(18) " I am html string " 35 string(18) " I am html string " 37 string(16) "I am html string" 39 string(23) "I am html string1000001"
|
H A D | strip_tags_variation5.phpt | 22 <html>hello world</html> 30 <html>hello\r world\t 37 <html>11 < 12. 123 >22</html> 43 <html>This's a string with quotes:</html> 46 <html>this\line is single quoted /with\slashes </html> 79 string(67) "<html>hello world</html> 84 string(44) "<html>hello 86 1111 != 2222</html> 89 string(56) "<html>11 < 12. 123 >22</html> 93 string(150) "<html>This's a string with quotes:</html> [all …]
|
H A D | strip_tags_basic1.phpt | 9 "<html>hello</html>", 10 '<html>hello</html>', 19 "<html><b>hello</b><p>world</p></html>", 20 '<html><b>hello</b><p>world</p></html>', 21 "<html><!-- COMMENT --></html>", 22 '<html><!-- COMMENT --></html>'
|
H A D | strip_tags_basic2.phpt | 8 $string = "<html><p>hello</p><b>world</b><a href=\"#fragment\">Other text</a></html><?php echo hell… 11 "<html>", 12 '<html>', 19 "<html><p><a><?php" 37 string(33) "<html>helloworldOther text</html>" 39 string(33) "<html>helloworldOther text</html>" 53 string(64) "<html><p>hello</p>world<a href="#fragment">Other text</a></html>"
|
H A D | strip_tags_variation8.phpt | 11 $strings = "<html>hello</html> \tworld... <p>strip_tags_test\v\f</p><?php hello\t wo\rrld?>"; 20 "<<html>>", 21 '<<html>>' 50 string(46) "<html>hello</html> world... strip_tags_test" 52 string(46) "<html>hello</html> world... strip_tags_test"
|
/PHP-8.3/ext/dom/tests/ |
H A D | DOMImplementation_createDocumentType_basic.phpt | 8 $doctype = $imp->createDocumentType("html", 11 $doc = $imp->createDocument(null, 'html', $doctype); 14 $doctype = $imp->createDocumentType("html"); 15 $doc = $imp->createDocument(null, 'html', $doctype); 18 $doctype = $imp->createDocumentType("html", "", ""); 19 $doc = $imp->createDocument(null, 'html', $doctype); 25 <html></html> 26 <!DOCTYPE html> 27 <html></html> 28 <!DOCTYPE html> [all …]
|
H A D | gh11288.phpt | 7 $html = <<<HTML 9 <html> 11 </html> 15 $dom->loadHTML($html); 28 $html = <<<HTML 30 <html> 32 </html> 47 $html = <<<HTML 49 <html> 51 </html> [all …]
|
H A D | bug69679.phpt | 8 $html = "<!DOCTYPE html><html><head><meta charset='UTF-8'></head><body>U+0000 <span>\x0</span></bod… 9 $doc->loadHTML($html); 13 <!DOCTYPE html> 14 <html><head><meta charset="UTF-8"></head><body>U+0000 <span></span></body></html>
|
H A D | bug35673.phpt | 7 $html = '<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 8 <title>This is the title</title></head></html>'; 11 $htmldoc->loadHTML($html); 16 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loos… 17 <html><head> 18 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 20 </head></html>
|
H A D | dom005.phpt | 8 $dom->loadHTMLFile(__DIR__."/test.html", LIBXML_NOBLANKS); 17 return str_replace(array("DOCTYPE HTML",'<p>','</p>'),array("DOCTYPE html",'',''),$xml); 23 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loos… 24 <html><head><title>Hello world</title></head><body> 26 html files with undeclared entities  27 </body></html> 29 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loos… 30 <html><head><title>Hello world</title></head><body> 32 html files with undeclared entities 33 </body></html>
|
H A D | DOMElement_toggleAttribute.phpt | 8 $html = new DOMDocument(); 9 $html->loadHTML('<!DOCTYPE HTML><html id="test"></html>'); 11 $xml->loadXML('<?xml version="1.0"?><html id="test"></html>'); 22 echo $html->saveHTML(); 24 echo $html->saveHTML(); 26 echo $html->saveHTML(); 95 <html id="test"></html> 98 <html id="test" selected></html> 101 <html id="test" selected></html> 104 <html id="test"></html> [all …]
|
H A D | bug80268.phpt | 13 $html = $doc->saveHTML(); 14 var_dump(strpos($html, '<p>foo</p>') !== false); 16 file_put_contents(__DIR__ . '/80268.html', "<p>foo\0bar</p>"); 18 $doc->loadHTMLFile(__DIR__ . '/80268.html'); 19 $html = $doc->saveHTML(); 20 var_dump(strpos($html, '<p>foo</p>') !== false); 24 unlink(__DIR__ . '/80268.html');
|
H A D | fragments_multiple_nodes_DOMParentNode.phpt | 9 $dom->loadXML('<!DOCTYPE HTML><html><container/></html>'); 32 <html><p>1</p><b>2</b></html> 35 <html><p>1</p><b>2</b>foo</html> 38 <html><p>3</p><b>4</b><p>1</p><b>2</b>foo</html>
|
H A D | gh11289.phpt | 8 $html = <<<HTML 10 <html> 14 </html> 18 $dom->loadHTML($html); 30 string(55) "<!DOCTYPE HTML><html><body> <p>Hi!</p></body></html>"
|
H A D | bug80268_2.phpt | 13 $html = $doc->saveHTML(); 14 var_dump(strpos($html, '<p>foo</p>') !== false); 16 file_put_contents(__DIR__ . '/80268.html', "<p>foo\0bar</p>"); 18 $doc->loadHTMLFile(__DIR__ . '/80268.html'); 19 $html = $doc->saveHTML(); 20 var_dump(strpos($html, '<p>foo</p>') !== false); 24 unlink(__DIR__ . '/80268.html');
|
H A D | gh11290.phpt | 7 $html = <<<HTML 9 <html> 13 </html> 17 $dom->loadHTML($html); 29 string(67) "<!DOCTYPE HTML><html><body> <p>Loremipsumdolor</p></body></html>"
|
/PHP-8.3/ext/tidy/tests/ |
H A D | tidy_error.phpt | 10 $html = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> 11 <html> 18 </html>'; 19 $tidy = tidy_parse_string($html); 24 $html = '<p>paragraph</i>'; 25 $tidy = tidy_parse_string($html); 30 $html = '<bogus>test</bogus>'; 31 $tidy = tidy_parse_string($html);
|
H A D | gh12980.phpt | 7 $html = '<!DOCTYPE html><html lang="en" boolean empty="" selected="selected"></html>'; 10 $tidy->ParseString($html); 17 <!DOCTYPE html> 18 <html lang="en" boolean="" empty="" selected="selected"> 24 </html>
|
H A D | 026.phpt | 12 <html> 18 </html> 20 <!DOCTYPE html%S> 21 <html> 28 </html>
|
H A D | parsing_inexistent_file.phpt | 9 var_dump($tidy->parseFile("does_not_exist.html")); 11 var_dump(tidy_parse_file("does_not_exist.html")); 13 $tidy = new tidy("does_not_exist.html"); 16 Warning: tidy::parseFile(): Cannot load "does_not_exist.html" into memory in %s on line %d 19 Warning: tidy_parse_file(): Cannot load "does_not_exist.html" into memory in %s on line %d 22 Warning: tidy::__construct(): Cannot load "does_not_exist.html" into memory in %s on line %d
|
/PHP-8.3/build/ |
H A D | Makefile.gcov | 30 lcov: lcov-html 38 lcov-html: php_lcov.info 49 gcovr-html: 53 gcovr -sr . -o gcovr_html/index.html --html --html-details \ 64 .PHONY: gcovr-html lcov-html php_lcov.info
|
/PHP-8.3/sapi/cli/tests/ |
H A D | php_cli_server_013.phpt | 130 Content-Type: text/html; charset=UTF-8 133 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style> 139 Content-Type: text/html; charset=UTF-8 142 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style> 148 Content-Type: text/html; charset=UTF-8 156 Content-Type: text/html; charset=UTF-8 160 <!doctype html><html><head><title>405 Method Not Allowed</title><style>AAA</style> 166 Content-Type: text/html; charset=UTF-8 170 <!doctype html><html><head><title>405 Method Not Allowed</title><style>AAA</style> 176 Content-Type: text/html; charset=UTF-8 [all …]
|
/PHP-8.3/ext/simplexml/tests/ |
H A D | 025.phpt | 10 <xhtml:html xmlns:html='http://www.w3.org/1999/xhtml' xmlns:xhtml='http://www.w3.org/TR/REC-html40'> 12 <xhtml:body html:title="b"> 13 <html:h1>bla</html:h1> 16 </xhtml:html> 28 <html xmlns='http://www.w3.org/1999/xhtml'> 30 </html> 57 ["html"]=> 63 ["html"]=> 69 ["html"]=>
|