Searched refs:mb_decode_numericentity (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/ext/mbstring/tests/ |
H A D | bug40685.phpt | 2 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('=', $map, 'UTF-8')); 13 var_dump(mb_decode_numericentity('=', $map, 'UTF-8')); 14 var_dump(mb_decode_numericentity('=', $map, 'UTF-8')); 15 var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
|
H A D | mb_decode_numericentity.phpt | 2 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";
|
/PHP-7.2/ext/mbstring/ |
H A D | mbstring.h | 129 PHP_FUNCTION(mb_decode_numericentity);
|
H A D | mbstring.c | 574 PHP_FE(mb_decode_numericentity, arginfo_mb_decode_numericentity) 4194 PHP_FUNCTION(mb_decode_numericentity) in PHP_FUNCTION() argument
|
/PHP-7.2/ |
H A D | NEWS | 172 . Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
|
Completed in 30 milliseconds