Home
last modified time | relevance | path

Searched refs:br (Results 1 – 25 of 118) sorted by relevance

12345

/PHP-5.5/tests/lang/
H A D023.phpt73 2 4<br>
74 3 4<br>
175 9<br>
177 8<br>
179 7<br>
181 6<br>
183 5<br>
185 4<br>
187 3<br>
189 2<br>
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dhebrevc_variation2.phpt98 <to '<br (<br />
127 <to '<br (<br />
134 <to '<br (<br />
141 <to '<br (<br />
202 <to '<br (<br />
251 <to '<br (<br />
292 <to '<br (<br />
321 <to '<br (<br />
328 <to '<br (<br />
335 <to '<br (<br />
[all …]
H A Dnl2br.phpt33 <br />
34 <br />
35 <br />
36 <br />
37 <br />
41 <br />
42 <br />
44 <br />
46 <br />
47 <br />
[all …]
H A Dwordwrap_variation2.phpt110 string(39) "testing<br />\nwordwrap<br />\nfunction"
111 string(39) "testing<br />\nwordwrap<br />\nfunction"
119 string(39) "testing<br />\nwordwrap<br />\nfunction"
120 string(39) "testing<br />\nwordwrap<br />\nfunction"
121br />\nt<br />\ne<br />\ns<br />\nt<br />\ni<br />\nn<br />\ng<br />\n<br />\nw<br />\no<br />\nr<
126 string(39) "testing<br />\nwordwrap<br />\nfunction"
127 string(39) "testing<br />\nwordwrap<br />\nfunction"
128br />\nt<br />\ne<br />\ns<br />\nt<br />\ni<br />\nn<br />\ng<br />\n<br />\nw<br />\no<br />\nr<
198 string(39) "testing<br />\nwordwrap<br />\nfunction"
200br />\ne<br />\ns<br />\nt<br />\ni<br />\nn<br />\ng<br />\nw<br />\no<br />\nr<br />\nd<br />\nw…
[all …]
H A Dnl2br_variation3.phpt40 <br />
42 <br />
44 <br />
45 <br />
46 <br />
48 <br />
49 <br />
53 <br />
54 <br />
56 <br />
[all …]
H A Dhebrevc_basic.phpt24 <to '<br (<br />
25 .'<br />
29 Hebrew text<br />
30 logical<br />
31 converts<br />
32 function<br />
34 newlines<br />
37 with the<br />
39 is similar<br />
41 <to '<br (<br />
[all …]
H A Dwordwrap_error.phpt20 $break = '<br />\n';
69 string(39) "testing<br />\nwordwrap<br />\nfunction"
75 string(39) "testing<br />\nwordwrap<br />\nfunction"
77br />\nt<br />\ne<br />\ns<br />\nt<br />\ni<br />\nn<br />\ng<br />\n<br />\nw<br />\no<br />\nr<
H A Dwordwrap_variation4.phpt91 string(39) "testing<br />\nwordwrap<br />\nfunction"
93 string(39) "testing<br />\nwordwrap<br />\nfunction"
95 string(39) "testing<br />\nwordwrap<br />\nfunction"
97 string(39) "testing<br />\nwordwrap<br />\nfunction"
99 string(39) "testing<br />\nwordwrap<br />\nfunction"
101 string(39) "testing<br />\nwordwrap<br />\nfunction"
103 string(39) "testing<br />\nwordwrap<br />\nfunction"
105 string(39) "testing<br />\nwordwrap<br />\nfunction"
107 string(39) "testing<br />\nwordwrap<br />\nfunction"
129 string(39) "testing<br />\nwordwrap<br />\nfunction"
[all …]
H A Dwordwrap_basic.phpt15 $break = '<br />\n';
44 string(103) "The quick brown foooooooooox jummmmmmmmmmmmped over the lazzzzzzzzzzzy<br />\ndooooooo…
45br />\nbrown<br />\nfooooooooo<br />\nox<br />\njummmmmmmm<br />\nmmmmped<br />\nover the<br />\nl…
46 string(138) "The quick<br />\nbrown<br />\nfoooooooooox<br />\njummmmmmmmmmmmped<br />\nover the<br
H A Dnl2br_variation1.phpt54 string(31) "<br />
55 Hello<br />
56 World<br />
62 string(31) "<br />
63 Hello<br />
64 World<br />
70 string(34) "<br />
71 Hello<br />
72 World<br />
75 string(7) "<br />
[all …]
H A Dnl2br_variation4.phpt19 "<html>Hello<br />world</html>",
20 "<html><br /></html>",
33 string(29) "<html>Hello<br />world</html>"
34 string(19) "<html><br /></html>"
35 string(45) "<html><br />
36 Hello<br />
37 world<br />
39 string(37) "<html><br />
40 <br />
41 <br />
H A Dshow_source_basic.phpt25br /></span><span style="color: #007700">echo&nbsp;</span><span style="color: #DD0000">"***&nbsp;T…
H A Dbug53319.phpt2 Bug #53319 (Strip_tags() may strip '<br />' incorrectly)
6 $str = '<br /><br />USD<input type="text"/><br/>CDN<br><input type="text" />';
8 var_dump(strip_tags($str, '<br><input>') === $str);
H A Dshow_source_variation1.phpt26br /></span><span style="color: #007700">echo&nbsp;</span><span style="color: #DD0000">"***&nbsp;T…
H A Dshow_source_variation2.phpt25br /></span><span style="color: #007700">echo&nbsp;</span><span style="color: #DD0000">"***&nbsp;T…
H A Dhtmlspecialchars.phpt16 var_dump( htmlspecialchars("<br>", NULL, 'iso-8859-1') );
17 var_dump( htmlspecialchars("<br>", ENT_NOQUOTES, NULL) );
18 var_dump( htmlspecialchars("<br>", ENT_QUOTES, NULL) );
19 var_dump( htmlspecialchars("<br>", ENT_COMPAT, NULL) );
24 var_dump( htmlspecialchars("<br>Testing<p>New file.</p><p><br>File <b><i><u>WORKS!!!</i></u></b></p…
307 string(10) "&lt;br&gt;"
308 string(10) "&lt;br&gt;"
309 string(10) "&lt;br&gt;"
310 string(10) "&lt;br&gt;"
314 …lt;br&gt;Testing&lt;p&gt;New file.&lt;/p&gt;&lt;p&gt;&lt;br&gt;File &lt;b&gt;&lt;i&gt;&lt;u&gt;WOR…
[all …]
/PHP-5.5/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…
/PHP-5.5/ext/pcre/tests/
H A Dbug41148.phpt6 $letexte="<br><br>";
16 /* 6 */ "/(( *)\n){2,}(<br[[:space:]]*\/?".">)?/S",
21 /* 11 */ "/(<br[[:space:]]*\/?".">){2,}/S",
22 /* 12 */ "/<p>([\n]*(<br[[:space:]]*\/?".">)*)*/S",
28 /* 1 */ "\n<br />&mdash;&nbsp;",
29 /* 2 */ "\n<br />$puce&nbsp;",
30 /* 3 */ "\n<br />",
44 $letexte = preg_replace("@^ <br />@S", "", $letexte);
/PHP-5.5/sapi/cli/tests/
H A D014.phpt39br /><span style="color: #0000BB">&lt;?php<br />$test&nbsp;</span><span style="color: #007700">=&n…
/PHP-5.5/sapi/cgi/tests/
H A D008.phpt45br /><span style="color: #0000BB">&lt;?php<br />$test&nbsp;</span><span style="color: #007700">=&n…
/PHP-5.5/tests/strings/
H A D004.phpt11 $var = highlight_string("<br /><?php echo \"foo\"; ?><br />");
12 $var = highlight_string("<br /><?php echo \"bar\"; ?><br />", TRUE);
17br&nbsp;/&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&n…
20br&nbsp;/&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&n…
/PHP-5.5/ext/skeleton/
H A Dskeleton.php2 $br = (php_sapi_name() == "cli")? "":"<br>"; variable
9 echo "Functions available in the test extension:$br\n";
11 echo $func."$br\n";
13 echo "$br\n";
/PHP-5.5/Zend/tests/
H A Dbug35655.phpt22br /><span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;$x&nbsp;</span><span style="color: #00…
H A Dnowdoc_013.phpt23br />&nbsp;&nbsp;$x&nbsp;</span><span style="color: #007700">=&nbsp;&lt;&lt;&lt;'EOT'<br /></span>…
/PHP-5.5/ext/filter/tests/
H A D026.phpt8 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
9 var_dump(filter_var("!@#$%^&*()><<>+_\"'<br><p /><li />", FILTER_SANITIZE_STRIPPED));
12 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
13 var_dump(filter_var("!@#$%^&*()><<>+_\"'<br><p /><li />", FILTER_SANITIZE_STRIPPED, FILTER_FLAG_STR…
16 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
17 var_dump(filter_var("!@#$%^&*()><<>+_\"'<br><p /><li />", FILTER_SANITIZE_STRIPPED, FILTER_FLAG_STR…

Completed in 74 milliseconds

12345