Home
last modified time | relevance | path

Searched refs:lt (Results 1 – 25 of 96) sorted by relevance

1234

/PHP-7.3/ext/wddx/tests/
H A Dbug72142.phpt14lt;/comment></header><data><struct><var name="php_class_name"&gt…
/PHP-7.3/ext/standard/tests/strings/
H A Dhtmlspecialchars_basic.phpt16 $s5 = "&<\n";
64 Test 3: a>,\<bc<>"&
66 Test 5: &<
67 Test 6: abc<>"&
69 Test 8: a>,\<bc<>"&
71 Test 10: &<
74 Test 13: a>,\<bc<>"&
76 Test 15: &<
79 Test 18: a>,\<bc<>"&
86 Test 23: a>,\<bc<>"&
[all …]
H A Dbug44703.phpt26 string(35) "<a href='test'>Test</a>"
29 string(35) "<a href='test'>Test</a>"
32 string(35) "<a href='test'>Test</a>"
33 string(35) "<a href='test'>Test</a>"
36 string(35) "<a href='test'>Test</a>"
37 string(8) "<>"
40 string(8) "<>"
41 string(8) "<>"
42 string(8) "<>"
43 string(8) "<>"
[all …]
H A Dhtmlspecialchars.phpt307 string(10) "<br>"
308 string(10) "<br>"
309 string(10) "<br>"
310 string(10) "<br>"
314lt;br>Testing<p>New file.</p><p><br>File <b><i><u>WOR…
317 string(46) "<br>Testing<p>New file.</p> "
320 string(36) "A 'quote' is <b>bold</b>"
321 string(46) "A 'quote' is <b>bold</b>"
322 string(36) "A 'quote' is <b>bold</b>"
323 string(36) "A 'quote' is <b>bold</b>"
[all …]
H A Dbug25707.phpt2 Bug #25707 (html_entity_decode over-decodes <)
5 var_dump(html_entity_decode("<", ENT_COMPAT, 'ISO-8859-1'));
7 var_dump(html_entity_decode("<", ENT_COMPAT, 'ISO-8859-1'));
10 string(4) "<"
12 string(8) "<"
H A Dbug43927.phpt5 var_dump(html_entity_decode("<", ENT_COMPAT, 'koi8-r'));
7 var_dump(html_entity_decode("<", ENT_COMPAT, 'koi8-r'));
10 string(4) "<"
12 string(8) "<"
H A Dhtmlspecialchars_decode_variation7.phpt93 < DECODED
97 < DECODED
111 < DECODED
115 < DECODED
129 < DECODED
133 < DECODED
147 < DECODED
151 < DECODED
165 < DECODED
169 < DECODED
[all …]
H A Dget_html_translation_table_variation2.phpt116 string(4) "<"
125 string(4) "<"
136 string(4) "<"
145 string(4) "<"
174 string(4) "<"
183 string(4) "<"
196 string(4) "<"
205 string(4) "<"
H A Dget_html_translation_table_variation1.phpt152 string(4) "<"
162 string(4) "<"
176 string(4) "<"
186 string(4) "<"
232 string(4) "<"
242 string(4) "<"
253 string(4) "<"
263 string(4) "<"
281 string(4) "<"
291 string(4) "<"
[all …]
H A Dhtmlentities24.phpt316 string(42) "<html> This is a test! </html>"
319 string(36) "A 'quote' is <b>bold</b>"
320 string(46) "A 'quote' is <b>bold</b>"
321 string(36) "A 'quote' is <b>bold</b>"
322 string(36) "A 'quote' is <b>bold</b>"
H A Dget_html_translation_table_basic8.phpt55 [<] => &lt;
68 [<] => &lt;
80 string(4) "&lt;"
91 string(4) "&lt;"
H A Dhtmlentities.phpt16 &lt;&gt;&quot;&amp;��
17 &lt;&gt;&quot;&amp;&aring;&Auml;
H A Dget_html_translation_table_basic9.phpt57 [<] => &lt;
70 [<] => &lt;
82 string(4) "&lt;"
93 string(4) "&lt;"
H A Dhtmlspecialchars_decode_variation5.phpt18 …"Roy&#039;s height &gt; Sam&#039;s height... \t\t 13 &lt; 15...\n\r &quot; double quote\f\v string…
81 1 3 & gt; 11 but 11 & lt; 12"
83 1 3 & gt; 11 but 11 & lt; 12"
85 1 3 & gt; 11 but 11 & lt; 12"
87 1 3 & gt; 11 but 11 & lt; 12"
/PHP-7.3/ext/standard/tests/general_functions/
H A Dhighlight_heredoc.phpt20 <br />$x=&lt;&lt;&lt;DD<br />jhdsjkfhjdsh<br />DD<br />."";<br />$a=&lt;&lt;&lt;DDDD<br />jhdsjkfhj…
H A Doutput_add_rewrite_var_basic1.phpt86 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /> </form>
87 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
88 <form action="//php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;V…
89 …http://php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
91 …"//www.php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
101 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /> </form>
102 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
103 <form action="//php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;V…
104 …http://php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
106 …"//www.php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
[all …]
H A Doutput_add_rewrite_var_basic2.phpt86 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /> </form>
87 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
88 <form action="//php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;V…
89 …http://php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
91 …"//www.php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
101 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /> </form>
102 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
103 <form action="//php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;V…
116 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /> </form>
117 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
[all …]
/PHP-7.3/sapi/phpdbg/
H A Dxml.md290 &lt;peak />
300 - The &lt;parents> container contains the &lt;class> elements of the parent of the last &lt;class> …
320 - consists of &lt;line> elements wrapped in a &lt;list> container
330 - &lt;print> elements are wrapped in a &lt;printinfo> element
384 - &lt;compile>
387 - &lt;exec>
472 - &lt;clean> tags wrapped in a &lt;cleaninfo> container
483 - &lt;clear> tags wrapped in a &lt;clearinfo> container
615 &lt;signal>
628 &lt;watch*>
[all …]
/PHP-7.3/tests/strings/
H A D004.phpt17lt;br&nbsp;/&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">ech…
20lt;br&nbsp;/&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">ech…
/PHP-7.3/Zend/tests/
H A Dnowdoc_014.phpt22 <span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;$x&nbsp;</span><span style="color: #007700">…
H A Dbug35655.phpt22 … /><span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;$x&nbsp;</span><span style="color: #0077…
H A Dnowdoc_013.phpt23 <span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;$x&nbsp;</span><span style="color: #007700">…
/PHP-7.3/ext/standard/tests/versioning/
H A Dversion_compare.phpt9 "lt", "<",
110 1.0-dev lt 1.0-dev : false
124 1.0-dev lt 1.0a1 : true
138 1.0-dev lt 1.0b1 : true
152 1.0-dev lt 1.0RC1 : true
166 1.0-dev lt 1.0rc1 : true
180 1.0-dev lt 1.0 : true
194 1.0-dev lt 1.0pl1 : true
236 1.0a1 lt 1.0b1 : true
250 1.0a1 lt 1.0RC1 : true
[all …]
/PHP-7.3/ext/pcre/tests/
H A D006.phpt9 $text = '[CODE]&lt;td align=&quot;$stylevar[right]&quot;&gt;[/CODE]';
21 string(58) "[CODE]&lt;td align=&quot;$stylevar[right]&quot;&gt;[/CODE]"
23 string(58) "[CODE]&lt;td align=&quot;$stylevar[right]&quot;&gt;[/CODE]"
/PHP-7.3/ext/spl/tests/
H A Dlimititerator_seek.phpt10 $lt = new LimitIterator(new ArrayIterator($a));
12 $lt->seek(1,1); // Should throw a warning as seek expects only 1 argument

Completed in 47 milliseconds

1234