/PHP-8.3/ext/standard/tests/strings/ |
H A D | htmlspecialchars_basic.phpt | 11 $s5 = "&<\n"; 58 Test 3: a>,\<bc<>"& 60 Test 5: &amp;&lt; 61 Test 6: abc<>"& 63 Test 8: a>,\<bc<>"& 65 Test 10: &amp;&lt; 68 Test 13: a>,\<bc<>"& 70 Test 15: &amp;&lt; 73 Test 18: a>,\<bc<>"& 80 Test 23: a>,\<bc<>"& [all …]
|
H A D | bug44703.phpt | 26 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 D | htmlspecialchars.phpt | 294 string(10) "<br>" 295 string(10) "<br>" 296 string(10) "<br>" 299 …lt;br>Testing<p>New file.</p><p><br>File <b><i><u>WOR… 302 string(46) "<br>Testing<p>New file.</p> " 305 string(46) "A 'quote' is <b>bold</b>" 306 string(46) "A 'quote' is <b>bold</b>" 307 string(36) "A 'quote' is <b>bold</b>" 308 string(36) "A 'quote' is <b>bold</b>"
|
H A D | bug25707.phpt | 2 Bug #25707 (html_entity_decode over-decodes &lt;) 5 var_dump(html_entity_decode("&lt;", ENT_COMPAT, 'ISO-8859-1')); 7 var_dump(html_entity_decode("&#38;lt;", ENT_COMPAT, 'ISO-8859-1')); 10 string(4) "<" 12 string(8) "&lt;"
|
H A D | bug43927.phpt | 5 var_dump(html_entity_decode("&lt;", ENT_COMPAT, 'koi8-r')); 7 var_dump(html_entity_decode("&#38;lt;", ENT_COMPAT, 'koi8-r')); 10 string(4) "<" 12 string(8) "&lt;"
|
H A D | htmlspecialchars_decode_variation7.phpt | 93 < DECODED 97 < DECODED 111 < DECODED 115 < DECODED 129 < DECODED 133 < DECODED 147 < DECODED 151 < DECODED 165 < DECODED 169 < DECODED [all …]
|
H A D | htmlentities24.phpt | 306 string(42) "<html> This is a test! </html>" 309 string(46) "A 'quote' is <b>bold</b>" 310 string(46) "A 'quote' is <b>bold</b>" 311 string(36) "A 'quote' is <b>bold</b>" 312 string(36) "A 'quote' is <b>bold</b>"
|
H A D | get_html_translation_table_basic8.phpt | 55 [<] => < 68 [<] => < 80 string(4) "<" 91 string(4) "<"
|
H A D | htmlentities.phpt | 16 <>"&�� 17 <>"&åÄ
|
H A D | get_html_translation_table_basic9.phpt | 57 [<] => < 70 [<] => < 82 string(4) "<" 93 string(4) "<"
|
H A D | get_html_translation_table_basic3.phpt | 40 string(4) "<" 53 string(4) "<" 64 string(4) "<"
|
H A D | htmlspecialchars_decode_variation5.phpt | 13 …"Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string… 76 1 3 & gt; 11 but 11 & lt; 12" 78 1 3 & gt; 11 but 11 & lt; 12" 80 1 3 & gt; 11 but 11 & lt; 12" 82 1 3 & gt; 11 but 11 & lt; 12"
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | highlight_heredoc.phpt | 20 $x=<<<DD 24 $a=<<<DDDD
|
H A D | output_add_rewrite_var_basic2.phpt | 86 <form method="get"><input type="hidden" name="<NAME>" value="<VALUE>" /> </form> 87 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 88 <form action="//php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<V… 89 …http://php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 91 …"//www.php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 101 <form method="get"><input type="hidden" name="<NAME>" value="<VALUE>" /> </form> 102 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 103 <form action="//php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<V… 116 <form method="get"><input type="hidden" name="<NAME>" value="<VALUE>" /> </form> 117 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… [all …]
|
H A D | output_add_rewrite_var_basic1.phpt | 86 <form method="get"><input type="hidden" name="<NAME>" value="<VALUE>" /> </form> 87 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 88 <form action="//php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<V… 89 …http://php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 91 …"//www.php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 101 <form method="get"><input type="hidden" name="<NAME>" value="<VALUE>" /> </form> 102 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 103 <form action="//php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<V… 104 …http://php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 106 …"//www.php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… [all …]
|
/PHP-8.3/tests/strings/ |
H A D | 004.phpt | 16 …lt;br /><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><… 17 …lt;br /><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><…
|
/PHP-8.3/Zend/tests/ |
H A D | nowdoc_014.phpt | 21 <pre><code style="color: #000000"><span style="color: #0000BB"><?php 22 $x </span><span style="color: #007700">= <<<'EOT'
|
H A D | bug80096.phpt | 10 println(htmlentities("The < character is encoded as <", double_encode: false)); 14 The < character is encoded as <
|
H A D | bug35655.phpt | 23 <span style="color: #0000BB"><?php 24 $x </span><span style="color: #007700">= <<<EOT
|
H A D | nowdoc_013.phpt | 23 <pre><code style="color: #000000"><span style="color: #0000BB"><?php 24 $x </span><span style="color: #007700">= <<<'EOT'
|
/PHP-8.3/ext/standard/tests/versioning/ |
H A D | version_compare.phpt | 9 "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-8.3/ext/pcre/tests/ |
H A D | 006.phpt | 9 $text = '[CODE]<td align="$stylevar[right]">[/CODE]'; 21 string(58) "[CODE]<td align="$stylevar[right]">[/CODE]" 23 string(58) "[CODE]<td align="$stylevar[right]">[/CODE]"
|
/PHP-8.3/Zend/ |
H A D | zend_hrtime.h | 82 LARGE_INTEGER lt = {0}; in zend_hrtime() local 83 QueryPerformanceCounter(<); in zend_hrtime() 84 return (zend_hrtime_t)((zend_hrtime_t)lt.QuadPart * zend_hrtime_timer_scale); in zend_hrtime()
|
/PHP-8.3/ext/xml/tests/ |
H A D | bug70962.phpt | 17 $xml = "<a><b><d>\n <e></b><![CDATA[ ]]><c>\n \t</c></a>";
|
/PHP-8.3/ext/dom/tests/ |
H A D | gh10234.phpt | 70 string(54) "<element attribute="<b>hi</b>"></element> 86 string(78) "<element attribute="quote '"test"'"><b>hi</b></element>
|