Home
last modified time | relevance | path

Searched refs:mb_decode_numericentity (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/converters/php81-mbstring/php-8.1.1/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt2 Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8
11 echo mb_decode_numericentity($str1, $convmap, "UTF-8")."\n";
12 echo mb_decode_numericentity($str2, $convmap, "UTF-8")."\n";
13 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
15 echo mb_decode_numericentity('&#1000000000', $convmap), "\n";
16 echo mb_decode_numericentity('&#9000000000', $convmap), "\n";
17 echo mb_decode_numericentity('&#10000000000', $convmap), "\n";
18 echo mb_decode_numericentity('&#100000000000', $convmap), "\n";
21 echo mb_decode_numericentity('&#00000000000', $convmap), "\n";
22 echo mb_decode_numericentity('&#0000000000', $convmap), "\n";
[all …]
H A Dbug40685.phpt2 Bug #40685 (mb_decode_numericentity() removes '&' in the string)
8 var_dump(mb_decode_numericentity('&', $map, 'UTF-8'));
9 var_dump(mb_decode_numericentity('&&&', $map, 'UTF-8'));
10 var_dump(mb_decode_numericentity('&#', $map, 'UTF-8'));
11 var_dump(mb_decode_numericentity('&#x', $map, 'UTF-8'));
12 var_dump(mb_decode_numericentity('&#61', $map, 'UTF-8'));
13 var_dump(mb_decode_numericentity('&#x3d', $map, 'UTF-8'));
14 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
15 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
/dports/www/mod_php81/php-8.1.1/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt2 Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8
11 echo mb_decode_numericentity($str1, $convmap, "UTF-8")."\n";
12 echo mb_decode_numericentity($str2, $convmap, "UTF-8")."\n";
13 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
15 echo mb_decode_numericentity('&#1000000000', $convmap), "\n";
16 echo mb_decode_numericentity('&#9000000000', $convmap), "\n";
17 echo mb_decode_numericentity('&#10000000000', $convmap), "\n";
18 echo mb_decode_numericentity('&#100000000000', $convmap), "\n";
21 echo mb_decode_numericentity('&#00000000000', $convmap), "\n";
22 echo mb_decode_numericentity('&#0000000000', $convmap), "\n";
[all …]
H A Dbug40685.phpt2 Bug #40685 (mb_decode_numericentity() removes '&' in the string)
8 var_dump(mb_decode_numericentity('&', $map, 'UTF-8'));
9 var_dump(mb_decode_numericentity('&&&', $map, 'UTF-8'));
10 var_dump(mb_decode_numericentity('&#', $map, 'UTF-8'));
11 var_dump(mb_decode_numericentity('&#x', $map, 'UTF-8'));
12 var_dump(mb_decode_numericentity('&#61', $map, 'UTF-8'));
13 var_dump(mb_decode_numericentity('&#x3d', $map, 'UTF-8'));
14 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
15 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
/dports/lang/php81/php-8.1.1/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt2 Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8
11 echo mb_decode_numericentity($str1, $convmap, "UTF-8")."\n";
12 echo mb_decode_numericentity($str2, $convmap, "UTF-8")."\n";
13 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
15 echo mb_decode_numericentity('&#1000000000', $convmap), "\n";
16 echo mb_decode_numericentity('&#9000000000', $convmap), "\n";
17 echo mb_decode_numericentity('&#10000000000', $convmap), "\n";
18 echo mb_decode_numericentity('&#100000000000', $convmap), "\n";
21 echo mb_decode_numericentity('&#00000000000', $convmap), "\n";
22 echo mb_decode_numericentity('&#0000000000', $convmap), "\n";
[all …]
H A Dbug40685.phpt2 Bug #40685 (mb_decode_numericentity() removes '&' in the string)
8 var_dump(mb_decode_numericentity('&', $map, 'UTF-8'));
9 var_dump(mb_decode_numericentity('&&&', $map, 'UTF-8'));
10 var_dump(mb_decode_numericentity('&#', $map, 'UTF-8'));
11 var_dump(mb_decode_numericentity('&#x', $map, 'UTF-8'));
12 var_dump(mb_decode_numericentity('&#61', $map, 'UTF-8'));
13 var_dump(mb_decode_numericentity('&#x3d', $map, 'UTF-8'));
14 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
15 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
/dports/converters/php80-mbstring/php-8.0.15/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt2 Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8
14 echo mb_decode_numericentity($str1, $convmap, "UTF-8")."\n";
15 echo mb_decode_numericentity($str2, $convmap, "UTF-8")."\n";
16 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
18 echo mb_decode_numericentity('&#1000000000', $convmap), "\n";
19 echo mb_decode_numericentity('&#9000000000', $convmap), "\n";
20 echo mb_decode_numericentity('&#10000000000', $convmap), "\n";
21 echo mb_decode_numericentity('&#100000000000', $convmap), "\n";
24 echo mb_decode_numericentity('&#00000000000', $convmap), "\n";
25 echo mb_decode_numericentity('&#0000000000', $convmap), "\n";
[all …]
H A Dbug40685.phpt2 Bug #40685 (mb_decode_numericentity() removes '&' in the string)
8 var_dump(mb_decode_numericentity('&', $map, 'UTF-8'));
9 var_dump(mb_decode_numericentity('&&&', $map, 'UTF-8'));
10 var_dump(mb_decode_numericentity('&#', $map, 'UTF-8'));
11 var_dump(mb_decode_numericentity('&#x', $map, 'UTF-8'));
12 var_dump(mb_decode_numericentity('&#61', $map, 'UTF-8'));
13 var_dump(mb_decode_numericentity('&#x3d', $map, 'UTF-8'));
14 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
15 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
/dports/lang/php80/php-8.0.15/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt2 Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8
14 echo mb_decode_numericentity($str1, $convmap, "UTF-8")."\n";
15 echo mb_decode_numericentity($str2, $convmap, "UTF-8")."\n";
16 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
18 echo mb_decode_numericentity('&#1000000000', $convmap), "\n";
19 echo mb_decode_numericentity('&#9000000000', $convmap), "\n";
20 echo mb_decode_numericentity('&#10000000000', $convmap), "\n";
21 echo mb_decode_numericentity('&#100000000000', $convmap), "\n";
24 echo mb_decode_numericentity('&#00000000000', $convmap), "\n";
25 echo mb_decode_numericentity('&#0000000000', $convmap), "\n";
[all …]
H A Dbug40685.phpt2 Bug #40685 (mb_decode_numericentity() removes '&' in the string)
8 var_dump(mb_decode_numericentity('&', $map, 'UTF-8'));
9 var_dump(mb_decode_numericentity('&&&', $map, 'UTF-8'));
10 var_dump(mb_decode_numericentity('&#', $map, 'UTF-8'));
11 var_dump(mb_decode_numericentity('&#x', $map, 'UTF-8'));
12 var_dump(mb_decode_numericentity('&#61', $map, 'UTF-8'));
13 var_dump(mb_decode_numericentity('&#x3d', $map, 'UTF-8'));
14 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
15 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
/dports/www/mod_php80/php-8.0.15/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt2 Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8
14 echo mb_decode_numericentity($str1, $convmap, "UTF-8")."\n";
15 echo mb_decode_numericentity($str2, $convmap, "UTF-8")."\n";
16 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
18 echo mb_decode_numericentity('&#1000000000', $convmap), "\n";
19 echo mb_decode_numericentity('&#9000000000', $convmap), "\n";
20 echo mb_decode_numericentity('&#10000000000', $convmap), "\n";
21 echo mb_decode_numericentity('&#100000000000', $convmap), "\n";
24 echo mb_decode_numericentity('&#00000000000', $convmap), "\n";
25 echo mb_decode_numericentity('&#0000000000', $convmap), "\n";
[all …]
H A Dbug40685.phpt2 Bug #40685 (mb_decode_numericentity() removes '&' in the string)
8 var_dump(mb_decode_numericentity('&', $map, 'UTF-8'));
9 var_dump(mb_decode_numericentity('&&&', $map, 'UTF-8'));
10 var_dump(mb_decode_numericentity('&#', $map, 'UTF-8'));
11 var_dump(mb_decode_numericentity('&#x', $map, 'UTF-8'));
12 var_dump(mb_decode_numericentity('&#61', $map, 'UTF-8'));
13 var_dump(mb_decode_numericentity('&#x3d', $map, 'UTF-8'));
14 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
15 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
/dports/lang/php73/php-7.3.33/ext/mbstring/tests/
H A Dbug40685.phpt2 Bug #40685 (mb_decode_numericentity() removes '&' in the string)
8 var_dump(mb_decode_numericentity('&', $map, 'UTF-8'));
9 var_dump(mb_decode_numericentity('&&&', $map, 'UTF-8'));
10 var_dump(mb_decode_numericentity('&#', $map, 'UTF-8'));
11 var_dump(mb_decode_numericentity('&#x', $map, 'UTF-8'));
12 var_dump(mb_decode_numericentity('&#61', $map, 'UTF-8'));
13 var_dump(mb_decode_numericentity('&#x3d', $map, 'UTF-8'));
14 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
15 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
H A Dmb_decode_numericentity.phpt2 Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8
14 echo mb_decode_numericentity($str1, $convmap, "UTF-8")."\n";
15 echo mb_decode_numericentity($str2, $convmap, "UTF-8")."\n";
16 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
/dports/converters/php74-mbstring/php-7.4.27/ext/mbstring/tests/
H A Dbug40685.phpt2 Bug #40685 (mb_decode_numericentity() removes '&' in the string)
8 var_dump(mb_decode_numericentity('&', $map, 'UTF-8'));
9 var_dump(mb_decode_numericentity('&&&', $map, 'UTF-8'));
10 var_dump(mb_decode_numericentity('&#', $map, 'UTF-8'));
11 var_dump(mb_decode_numericentity('&#x', $map, 'UTF-8'));
12 var_dump(mb_decode_numericentity('&#61', $map, 'UTF-8'));
13 var_dump(mb_decode_numericentity('&#x3d', $map, 'UTF-8'));
14 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
15 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
H A Dmb_decode_numericentity.phpt2 Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8
14 echo mb_decode_numericentity($str1, $convmap, "UTF-8")."\n";
15 echo mb_decode_numericentity($str2, $convmap, "UTF-8")."\n";
16 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
18 echo mb_decode_numericentity('&#1000000000', $convmap), "\n";
19 echo mb_decode_numericentity('&#9000000000', $convmap), "\n";
20 echo mb_decode_numericentity('&#10000000000', $convmap), "\n";
21 echo mb_decode_numericentity('&#100000000000', $convmap), "\n";
22 echo mb_decode_numericentity('&#000000000000', $convmap), "\n";
/dports/converters/php73-mbstring/php-7.3.33/ext/mbstring/tests/
H A Dbug40685.phpt2 Bug #40685 (mb_decode_numericentity() removes '&' in the string)
8 var_dump(mb_decode_numericentity('&', $map, 'UTF-8'));
9 var_dump(mb_decode_numericentity('&&&', $map, 'UTF-8'));
10 var_dump(mb_decode_numericentity('&#', $map, 'UTF-8'));
11 var_dump(mb_decode_numericentity('&#x', $map, 'UTF-8'));
12 var_dump(mb_decode_numericentity('&#61', $map, 'UTF-8'));
13 var_dump(mb_decode_numericentity('&#x3d', $map, 'UTF-8'));
14 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
15 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
H A Dmb_decode_numericentity.phpt2 Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8
14 echo mb_decode_numericentity($str1, $convmap, "UTF-8")."\n";
15 echo mb_decode_numericentity($str2, $convmap, "UTF-8")."\n";
16 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
/dports/lang/php74/php-7.4.27/ext/mbstring/tests/
H A Dbug40685.phpt2 Bug #40685 (mb_decode_numericentity() removes '&' in the string)
8 var_dump(mb_decode_numericentity('&', $map, 'UTF-8'));
9 var_dump(mb_decode_numericentity('&&&', $map, 'UTF-8'));
10 var_dump(mb_decode_numericentity('&#', $map, 'UTF-8'));
11 var_dump(mb_decode_numericentity('&#x', $map, 'UTF-8'));
12 var_dump(mb_decode_numericentity('&#61', $map, 'UTF-8'));
13 var_dump(mb_decode_numericentity('&#x3d', $map, 'UTF-8'));
14 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
15 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
H A Dmb_decode_numericentity.phpt2 Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8
14 echo mb_decode_numericentity($str1, $convmap, "UTF-8")."\n";
15 echo mb_decode_numericentity($str2, $convmap, "UTF-8")."\n";
16 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
18 echo mb_decode_numericentity('&#1000000000', $convmap), "\n";
19 echo mb_decode_numericentity('&#9000000000', $convmap), "\n";
20 echo mb_decode_numericentity('&#10000000000', $convmap), "\n";
21 echo mb_decode_numericentity('&#100000000000', $convmap), "\n";
22 echo mb_decode_numericentity('&#000000000000', $convmap), "\n";
/dports/www/mod_php73/php-7.3.33/ext/mbstring/tests/
H A Dbug40685.phpt2 Bug #40685 (mb_decode_numericentity() removes '&' in the string)
8 var_dump(mb_decode_numericentity('&', $map, 'UTF-8'));
9 var_dump(mb_decode_numericentity('&&&', $map, 'UTF-8'));
10 var_dump(mb_decode_numericentity('&#', $map, 'UTF-8'));
11 var_dump(mb_decode_numericentity('&#x', $map, 'UTF-8'));
12 var_dump(mb_decode_numericentity('&#61', $map, 'UTF-8'));
13 var_dump(mb_decode_numericentity('&#x3d', $map, 'UTF-8'));
14 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
15 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
H A Dmb_decode_numericentity.phpt2 Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8
14 echo mb_decode_numericentity($str1, $convmap, "UTF-8")."\n";
15 echo mb_decode_numericentity($str2, $convmap, "UTF-8")."\n";
16 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
/dports/www/mod_php74/php-7.4.27/ext/mbstring/tests/
H A Dbug40685.phpt2 Bug #40685 (mb_decode_numericentity() removes '&' in the string)
8 var_dump(mb_decode_numericentity('&', $map, 'UTF-8'));
9 var_dump(mb_decode_numericentity('&&&', $map, 'UTF-8'));
10 var_dump(mb_decode_numericentity('&#', $map, 'UTF-8'));
11 var_dump(mb_decode_numericentity('&#x', $map, 'UTF-8'));
12 var_dump(mb_decode_numericentity('&#61', $map, 'UTF-8'));
13 var_dump(mb_decode_numericentity('&#x3d', $map, 'UTF-8'));
14 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
15 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
H A Dmb_decode_numericentity.phpt2 Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8
14 echo mb_decode_numericentity($str1, $convmap, "UTF-8")."\n";
15 echo mb_decode_numericentity($str2, $convmap, "UTF-8")."\n";
16 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
18 echo mb_decode_numericentity('&#1000000000', $convmap), "\n";
19 echo mb_decode_numericentity('&#9000000000', $convmap), "\n";
20 echo mb_decode_numericentity('&#10000000000', $convmap), "\n";
21 echo mb_decode_numericentity('&#100000000000', $convmap), "\n";
22 echo mb_decode_numericentity('&#000000000000', $convmap), "\n";
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/masterminds/html5/src/HTML5/Parser/
H A DCharacterReference.php47 return mb_decode_numericentity($entity, static::$numeric_mask, 'utf-8');

12345678