/PHP-7.3/tests/lang/ |
H A D | 023.phpt | 73 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-7.3/ext/standard/tests/strings/ |
H A D | hebrevc_variation2.phpt | 98 <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 D | nl2br.phpt | 33 <br /> 34 <br /> 35 <br /> 36 <br /> 37 <br /> 41 <br /> 42 <br /> 44 <br /> 46 <br /> 47 <br /> [all …]
|
H A D | nl2br_variation3.phpt | 40 <br /> 42 <br /> 44 <br /> 45 <br /> 46 <br /> 48 <br /> 49 <br /> 53 <br /> 54 <br /> 56 <br /> [all …]
|
H A D | wordwrap_variation2.phpt | 110 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" 121 …br />\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" 128 …br />\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" 200 …br />\ne<br />\ns<br />\nt<br />\ni<br />\nn<br />\ng<br />\nw<br />\no<br />\nr<br />\nd<br />\nw… [all …]
|
H A D | hebrevc_basic.phpt | 24 <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 D | wordwrap_error.phpt | 20 $break = '<br />\n'; 69 string(39) "testing<br />\nwordwrap<br />\nfunction" 75 string(39) "testing<br />\nwordwrap<br />\nfunction" 77 …br />\nt<br />\ne<br />\ns<br />\nt<br />\ni<br />\nn<br />\ng<br />\n<br />\nw<br />\no<br />\nr<…
|
H A D | wordwrap_variation4.phpt | 91 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 D | wordwrap_basic.phpt | 15 $break = '<br />\n'; 44 string(103) "The quick brown foooooooooox jummmmmmmmmmmmped over the lazzzzzzzzzzzy<br />\ndooooooo… 45 …br />\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 D | nl2br_variation1.phpt | 54 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 D | nl2br_variation4.phpt | 19 "<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 D | bug53319.phpt | 2 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 D | show_source_basic.phpt | 25 …br /></span><span style="color: #007700">echo </span><span style="color: #DD0000">"*** T…
|
H A D | show_source_variation1.phpt | 26 …br /></span><span style="color: #007700">echo </span><span style="color: #DD0000">"*** T…
|
H A D | show_source_variation2.phpt | 25 …br /></span><span style="color: #007700">echo </span><span style="color: #DD0000">"*** T…
|
H A D | htmlspecialchars.phpt | 16 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) "<br>" 308 string(10) "<br>" 309 string(10) "<br>" 310 string(10) "<br>" 314 …lt;br>Testing<p>New file.</p><p><br>File <b><i><u>WOR… [all …]
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | highlight_heredoc.phpt | 20 <br />$x=<<<DD<br />jhdsjkfhjdsh<br />DD<br />."";<br />$a=<<<DDDD<br />jhdsjkfhj…
|
/PHP-7.3/ext/pcre/tests/ |
H A D | bug41148.phpt | 6 $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 />— ", 29 /* 2 */ "\n<br />$puce ", 30 /* 3 */ "\n<br />", 44 $letexte = preg_replace("@^ <br />@S", "", $letexte);
|
/PHP-7.3/sapi/cli/tests/ |
H A D | 014.phpt | 39 …br /><span style="color: #0000BB"><?php<br />$test </span><span style="color: #007700">=&n…
|
/PHP-7.3/sapi/cgi/tests/ |
H A D | 008.phpt | 45 …br /><span style="color: #0000BB"><?php<br />$test </span><span style="color: #007700">=&n…
|
/PHP-7.3/tests/strings/ |
H A D | 004.phpt | 11 $var = highlight_string("<br /><?php echo \"foo\"; ?><br />"); 12 $var = highlight_string("<br /><?php echo \"bar\"; ?><br />", TRUE); 17 …br /><span style="color: #0000BB"><?php </span><span style="color: #007700">echo&n… 20 …br /><span style="color: #0000BB"><?php </span><span style="color: #007700">echo&n…
|
/PHP-7.3/ext/sodium/ |
H A D | libsodium.php | 2 $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-7.3/ext/fileinfo/tests/ |
H A D | bug68996.phpt | 17 <br /> 18 …: failed to open stream: No such file or directory in <b>%sbug68996.php</b> on line <b>%d</b><br /> 19 <br /> 20 …: failed to open stream: No such file or directory in <b>%sbug68996.php</b> on line <b>%d</b><br /> 21 <br /> 22 …o_open(): Failed to load magic database at '%s�c'. in <b>%sbug68996.php</b> on line <b>%d</b><br />
|
/PHP-7.3/Zend/tests/ |
H A D | bug35655.phpt | 22 …br /><span style="color: #0000BB"><?php<br /> $x </span><span style="color: #00…
|
/PHP-7.3/ext/filter/tests/ |
H A D | 026.phpt | 8 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…
|