Home
last modified time | relevance | path

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

/PHP-8.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'));
H A Dmb_str_unknown_encoding.phpt36 mb_decode_numericentity('coudenys', [], 'UTF-0');
149 mb_decode_numericentity(): Argument #3 ($encoding) must be a valid encoding, "UTF-0" given
/PHP-8.1/ext/mbstring/
H A Dmbstring_arginfo.h342 ZEND_FUNCTION(mb_decode_numericentity);
436 ZEND_FE(mb_decode_numericentity, arginfo_mb_decode_numericentity)
H A Dmbstring.stub.php121 function mb_decode_numericentity(string $string, array $map, ?string $encoding = null): string {} function
H A Dmbstring.c3271 PHP_FUNCTION(mb_decode_numericentity) in PHP_FUNCTION() argument

Completed in 21 milliseconds