Home
last modified time | relevance | path

Searched refs:html (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/PHP-8.0/ext/phar/tests/tar/
H A Dbug49910.phpt25 [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 Dnl2br_variation4.phpt12 //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 Dstrip_tags_variation6.phpt13 "<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 Dstrip_tags_variation5.phpt22 <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 Dstrip_tags_basic1.phpt9 "<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 Dstrip_tags_basic2.phpt8 $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 Dstrip_tags_variation8.phpt11 $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 Dstrip_tags_variation10.phpt13 '<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 Dstrip_tags_variation9.phpt12 "<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 Dbug22008.phpt5 $html = <<< HERE
7 <html>
14 </html>
18 echo trim(strip_tags($html, '<b>'))."\n";
H A Dhtmlspecialchars_decode_variation3.phpt22 <html>Roy&#039;s height &gt; Sam&#039;s height
30 <html>Roy&#039;s height\r &gt; Sam\t&#039;s height
37 <html>11 &lt; 12. 123 string 4567
43 <html>&lt; This's a string with quotes:
46 this\line is &#039;single quoted&#039; /with\slashes </html>
76 string(103) "<html>Roy&#039;s height > Sam&#039;s height
81 string(130) "<html>Roy&#039;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 &#039;single quoted&#039; /with\slashes </html>"
/PHP-8.0/ext/dom/tests/
H A DDOMImplementation_createDocumentType_basic.phpt10 $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 Dbug69679.phpt8 $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 Dbug35673.phpt7 $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 Ddom005.phpt8 $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&#xA0;
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&nbsp;
33 </body></html>
H A Dbug80268.phpt12 $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 Dbug80268_2.phpt12 $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 DDOMDocument_loadHTML_basic.phpt13 $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 Dtidy_error.phpt12 $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 D026.phpt8 <html>
14 </html>
16 <!DOCTYPE html%S>
17 <html>
24 </html>
H A D004.phpt11 $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 DMakefile.gcov30 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 D025.phpt10 <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 Dphp_cli_server_013.phpt76 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 Dpreg_grep_basic.phpt8 $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"

Completed in 29 milliseconds

12345678910>>...14