Searched refs:mb_encode_numericentity (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/mbstring/tests/ |
H A D | mb_encode_numericentity.phpt | 2 Test mb_encode_numericentity() function : Convert UTF-8 to HTML-Entities 10 echo mb_encode_numericentity($str1, $convmap, "UTF-8")."\n"; 11 echo mb_encode_numericentity($str2, $convmap, "UTF-8")."\n"; 14 echo mb_encode_numericentity('aŒbœcŠdše€fg', $convmap, "UTF-8")."\n"; 17 echo mb_encode_numericentity('föo', $convmap, "UTF-8")."\n"; 21 echo mb_encode_numericentity('aŒbœcŠdše€fg', $convmap, "UTF-8")."\n"; 31 mb_encode_numericentity(): Argument #2 ($map) must have a multiple of 4 elements
|
/PHP-8.1/ext/mbstring/ |
H A D | mbstring_arginfo.h | 341 ZEND_FUNCTION(mb_encode_numericentity); 435 ZEND_FE(mb_encode_numericentity, arginfo_mb_encode_numericentity)
|
H A D | mbstring.stub.php | 118 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = … function
|
H A D | mbstring.c | 3233 PHP_FUNCTION(mb_encode_numericentity) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds