/PHP-8.0/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.0/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"
|
H A D | strip_tags_variation10.phpt | 13 '<html> \$ -> This represents the dollar sign</html><?php echo hello ?>', 14 '<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>', 16 '<? <html>hello world\\t</html>?>', 21 $quotes = "<html><a><p><b><?php"; 37 string(51) "<html> \$ -> This represents the dollar sign</html>" 39 string(63) "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>"
|
H A D | strip_tags_variation9.phpt | 12 "<html> \$ -> This represents the dollar sign</html><?php echo hello ?>", 13 "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>", 15 "<? <html>hello world\\t</html>?>", 20 $quotes = "<html><a><p><b><?php"; 36 string(50) "<html> $ -> This represents the dollar sign</html>" 38 string(59) "<html>
|
H A D | bug22008.phpt | 5 $html = <<< HERE 7 <html> 14 </html> 18 echo trim(strip_tags($html, '<b>'))."\n";
|
H A D | htmlspecialchars_decode_variation3.phpt | 22 <html>Roy's height > Sam's height 30 <html>Roy's height\r > Sam\t's height 37 <html>11 < 12. 123 string 4567 43 <html>< This's a string with quotes: 46 this\line is 'single quoted' /with\slashes </html> 76 string(103) "<html>Roy's height > Sam's height 81 string(130) "<html>Roy's height 87 string(62) "<html>11 < 12. 123 string 4567 91 string(153) "<html>< This's a string with quotes: 94 this\line is 'single quoted' /with\slashes </html>"
|
/PHP-8.0/ext/dom/tests/ |
H A D | DOMImplementation_createDocumentType_basic.phpt | 10 $doctype = $imp->createDocumentType("html", 13 $doc = $imp->createDocument(null, 'html', $doctype); 16 $doctype = $imp->createDocumentType("html"); 17 $doc = $imp->createDocument(null, 'html', $doctype); 20 $doctype = $imp->createDocumentType("html", "", ""); 21 $doc = $imp->createDocument(null, 'html', $doctype); 27 <html></html> 28 <!DOCTYPE html> 29 <html></html> 30 <!DOCTYPE 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 | bug80268.phpt | 12 $html = $doc->saveHTML(); 13 var_dump(strpos($html, '<p>foo</p>') !== false); 15 file_put_contents(__DIR__ . '/80268.html', "<p>foo\0bar</p>"); 17 $doc->loadHTMLFile(__DIR__ . '/80268.html'); 18 $html = $doc->saveHTML(); 19 var_dump(strpos($html, '<p>foo</p>') !== false); 23 unlink(__DIR__ . '/80268.html');
|
H A D | bug80268_2.phpt | 12 $html = $doc->saveHTML(); 13 var_dump(strpos($html, '<p>foo</p>') !== false); 15 file_put_contents(__DIR__ . '/80268.html', "<p>foo\0bar</p>"); 17 $doc->loadHTMLFile(__DIR__ . '/80268.html'); 18 $html = $doc->saveHTML(); 19 var_dump(strpos($html, '<p>foo</p>') !== false); 23 unlink(__DIR__ . '/80268.html');
|
H A D | DOMDocument_loadHTML_basic.phpt | 13 $doc->loadHTML("<html><body><p>Test<br></p></body></html>"); 17 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loos… 18 <html><body><p>Test<br></p></body></html>
|
/PHP-8.0/ext/tidy/tests/ |
H A D | tidy_error.phpt | 12 $html = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> 13 <html> 20 </html>'; 21 $tidy = tidy_parse_string($html); 26 $html = '<p>paragraph</i>'; 27 $tidy = tidy_parse_string($html); 32 $html = '<bogus>test</bogus>'; 33 $tidy = tidy_parse_string($html);
|
H A D | 026.phpt | 8 <html> 14 </html> 16 <!DOCTYPE html%S> 17 <html> 24 </html>
|
H A D | 004.phpt | 11 $html = <<< HTML 12 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> 13 <html> 16 </html> 18 $a = tidy_parse_string($html); 25 line 1 column 7 - Warning: discarding unexpected </html>
|
/PHP-8.0/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.0/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"]=>
|
/PHP-8.0/sapi/cli/tests/ |
H A D | php_cli_server_013.phpt | 76 Content-Type: text/html; charset=UTF-8 79 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style> 80 …p>The requested resource <code class="url">/</code> was not found on this server.</p></body></html> 85 Content-Type: text/html; charset=UTF-8 88 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style> 89 …d resource <code class="url">/main/style.css</code> was not found on this server.</p></body></html> 94 Content-Type: text/html; charset=UTF-8 97 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style> 98 …ted resource <code class="url">/main/foo/bar</code> was not found on this server.</p></body></html>
|
/PHP-8.0/ext/pcre/tests/ |
H A D | preg_grep_basic.phpt | 8 $array = array('HTTP://WWW.EXAMPLE.COM', '/index.html', '/info/stat/', 'http://test.uk.com/index/ht… 22 string(11) "/index.html" 26 string(29) "http://test.uk.com/index/html" 34 string(29) "http://test.uk.com/index/html" 40 string(11) "/index.html" 44 string(29) "http://test.uk.com/index/html" 50 string(29) "http://test.uk.com/index/html" 56 string(11) "/index.html"
|