Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.2/ext/phar/tests/tar/
H A Dbug49910.phpt26 [6] => phar://*/Structures_Graph-1.0.3/docs/html/Structures_Graph/Structures_Graph.html
29 [9] => phar://*/Structures_Graph-1.0.3/docs/html/Structures_Graph/Structures_Graph_Node.html
33 [13] => phar://*/Structures_Graph-1.0.3/docs/html/Structures_Graph/_Structures_Graph_php.html
35 [15] => phar://*/Structures_Graph-1.0.3/docs/html/classtrees_Structures_Graph.html
36 [16] => phar://*/Structures_Graph-1.0.3/docs/html/elementindex.html
37 [17] => phar://*/Structures_Graph-1.0.3/docs/html/elementindex_Structures_Graph.html
38 [18] => phar://*/Structures_Graph-1.0.3/docs/html/errors.html
39 [19] => phar://*/Structures_Graph-1.0.3/docs/html/index.html
40 [20] => phar://*/Structures_Graph-1.0.3/docs/html/li_Structures_Graph.html
43 [23] => phar://*/Structures_Graph-1.0.3/docs/html/packages.html
[all …]
/PHP-7.2/ext/standard/tests/strings/
H A Dnl2br_variation4.phpt17 //array of html strings
19 "<html>Hello<br />world</html>",
20 "<html><br /></html>",
21 "<html>\nHello\r\nworld\r</html>",
22 "<html>\n \r\n \r</html>",
33 string(29) "<html>Hello<br />world</html>"
34 string(19) "<html><br /></html>"
35 string(45) "<html><br />
38 </html>"
39 string(37) "<html><br />
[all …]
H A Dstrip_tags_variation6.phpt20 "<html> I am html string </html>".chr(0)."<?php I am php string ?>",
21 "<html> I am html string\0 </html><?php I am php string ?>",
22 "<a>I am html string</a>",
23 "<html>I am html string</html>".decbin(65)."<?php I am php string?>"
40 string(18) " I am html string "
42 string(18) " I am html string "
44 string(16) "I am html string"
46 string(23) "I am html string1000001"
H A Dstrip_tags_variation5.phpt30 <html>hello world</html>
38 <html>hello\r world\t
45 <html>11 < 12. 123 >22</html>
51 <html>This's a string with quotes:</html>
54 <html>this\line is single quoted /with\slashes </html>
87 string(67) "<html>hello world</html>
92 string(44) "<html>hello
94 1111 != 2222 </html>
97 string(56) "<html>11 < 12. 123 >22</html>
101 string(150) "<html>This's a string with quotes:</html>
[all …]
H A Dstrip_tags_basic1.phpt16 "<html>hello</html>",
17 '<html>hello</html>',
26 "<html><b>hello</b><p>world</p></html>",
27 '<html><b>hello</b><p>world</p></html>',
28 "<html><!-- COMMENT --></html>",
29 '<html><!-- COMMENT --></html>'
H A Dhtmlspecialchars_decode_variation2.phpt7 * Source code: ext/standard/html.c
18 $string = "<html>Roy&#039;s height &gt; Sam&#039;s height. 13 &lt; 15. 1111 &amp; 0000 = 0000. &quo…
99 string(104) "<html>Roy&#039;s height > Sam&#039;s height. 13 < 15. 1111 & 0000 = 0000. " double quo…
102 string(104) "<html>Roy&#039;s height > Sam&#039;s height. 13 < 15. 1111 & 0000 = 0000. " double quo…
110 string(114) "<html>Roy&#039;s height > Sam&#039;s height. 13 < 15. 1111 & 0000 = 0000. &quot; doubl…
113 string(114) "<html>Roy&#039;s height > Sam&#039;s height. 13 < 15. 1111 & 0000 = 0000. &quot; doubl…
141 string(114) "<html>Roy&#039;s height > Sam&#039;s height. 13 < 15. 1111 & 0000 = 0000. &quot; doubl…
144 string(114) "<html>Roy&#039;s height > Sam&#039;s height. 13 < 15. 1111 & 0000 = 0000. &quot; doubl…
147 string(104) "<html>Roy's height > Sam's height. 13 < 15. 1111 & 0000 = 0000. &quot; double quote st…
150 string(114) "<html>Roy&#039;s height > Sam&#039;s height. 13 < 15. 1111 & 0000 = 0000. &quot; doubl…
[all …]
H A Dstrip_tags_basic2.phpt15 $string = "<html><p>hello</p><b>world</b><a href=\"#fragment\">Other text</a></html><?php echo hell…
18 "<html>",
19 '<html>',
26 "<html><p><a><?php"
44 string(33) "<html>helloworldOther text</html>"
46 string(33) "<html>helloworldOther text</html>"
60 string(64) "<html><p>hello</p>world<a href="#fragment">Other text</a></html>"
H A Dstrip_tags_variation8.phpt18 $strings = "<html>hello</html> \tworld... <p>strip_tags_test\v\f</p><?php hello\t wo\rrld?>";
27 "<<html>>",
28 '<<html>>'
56 string(46) "<html>hello</html> world... strip_tags_test "
58 string(46) "<html>hello</html> world... strip_tags_test "
H A Dstrip_tags_variation9.phpt19 "<html> \$ -> This represents the dollar sign</html><?php echo hello ?>",
20 "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>",
22 "<? <html>hello world\\t</html>?>",
27 $quotes = "<html><a><p><b><?php";
42 string(50) "<html> $ -> This represents the dollar sign</html>"
44 string(59) "<html>
H A Dhtmlspecialchars_decode_variation3.phpt7 * Source code: ext/standard/html.c
27 <html>Roy&#039;s height &gt; Sam&#039;s height
35 <html>Roy&#039;s height\r &gt; Sam\t&#039;s height
42 <html>11 &lt; 12. 123 string 4567
48 <html>&lt; This's a string with quotes:
51 this\line is &#039;single quoted&#039; /with\slashes </html>
81 string(103) "<html>Roy&#039;s height > Sam&#039;s height
86 string(130) "<html>Roy&#039;s height
92 string(62) "<html>11 < 12. 123 string 4567
96 string(153) "<html>< This's a string with quotes:
[all …]
H A Dstrip_tags_variation10.phpt20 '<html> \$ -> This represents the dollar sign</html><?php echo hello ?>',
21 '<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>',
23 '<? <html>hello world\\t</html>?>',
28 $quotes = "<html><a><p><b><?php";
44 string(51) "<html> \$ -> This represents the dollar sign</html>"
46 string(63) "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>"
/PHP-7.2/ext/dom/tests/
H A Dbug69679.phpt6 $html = "<!DOCTYPE html><html><head><meta charset='UTF-8'></head><body>U+0000 <span>\x0</span></bod…
7 $doc->loadHTML($html);
11 <!DOCTYPE html>
12 <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(dirname(__FILE__)."/test.html", LIBXML_NOBLANKS);
17 return str_replace(array("DOCTYPE HTML",'<p>','</p>'),array("DOCTYPE html",'',''),$xml);
22 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loos…
23 <html><head><title>Hello world</title></head><body>
25 html files with undeclared entities&#xA0;
26 </body></html>
28 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loos…
29 <html><head><title>Hello world</title></head><body>
31 html files with undeclared entities&nbsp;
32 </body></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>
H A DDOMImplementation_createDocumentType_basic.phpt10 $doctype = $imp->createDocumentType("html",
13 $doc = $imp->createDocument(null, 'html', $doctype);
17 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
18 <html></html>
/PHP-7.2/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-7.2/ext/standard/tests/file/
H A Dfgetss_variation3-win32.phpt26 /* string with html and php tags */
31 <html> html </html> <?php echo "php"; ?>
107 string(21) "<html> html </html>
161 string(21) "<html> html </html>
215 string(21) "<html> html </html>
269 string(21) "<html> html </html>
323 string(21) "<html> html </html>
377 string(21) "<html> html </html>
431 string(21) "<html> html </html>
485 string(21) "<html> html </html>
[all …]
H A Dfgetss_variation3.phpt26 /* string with html and php tags */
31 <html> html </html> <?php echo "php"; ?>
103 string(21) "<html> html </html>
157 string(21) "<html> html </html>
211 string(21) "<html> html </html>
265 string(21) "<html> html </html>
319 string(21) "<html> html </html>
373 string(21) "<html> html </html>
427 string(21) "<html> html </html>
481 string(21) "<html> html </html>
[all …]
H A Dfgetss_variation2.phpt17 /* string with html and php tags */
22 <html> html </html> <?php echo "php"; ?>
23 this line is without any html and php tags
97 string(21) "<html> html </html>
102 string(43) "this line is without any html and php tags
158 string(21) "<html> html </html>
163 string(43) "this line is without any html and php tags
219 string(21) "<html> html </html>
280 string(21) "<html> html </html>
341 string(21) "<html> html </html>
[all …]
/PHP-7.2/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>
59 ["html"]=>
65 ["html"]=>
71 ["html"]=>
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_013.phpt87 Content-Type: text/html; charset=UTF-8
90 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
91 …p>The requested resource <code class="url">/</code> was not found on this server.</p></body></html>
96 Content-Type: text/html; charset=UTF-8
99 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
100 …d resource <code class="url">/main/style.css</code> was not found on this server.</p></body></html>
105 Content-Type: text/html; charset=UTF-8
108 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
109 …ted resource <code class="url">/main/foo/bar</code> was not found on this server.</p></body></html>
/PHP-7.2/ext/recode/tests/
H A D001.phpt2 recode_string() function - Testing string conversions between latin1, UTF-8 and html
28 $html = recode_string('utf-8..html', hex2ascii($utf8_hex));
29 $lat1_hex = ascii2hex(recode_string('html..lat1', $html));
32 echo "#" . $html . "#\n";

Completed in 29 milliseconds

12345678910>>...16