Home
last modified time | relevance | path

Searched refs:mb_encode_numericentity (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/mbstring/tests/
H A Dmb_encode_numericentity.phpt2 Test mb_encode_numericentity() function : Convert UTF-8 to HTML-Entities
13 echo mb_encode_numericentity($str1, $convmap, "UTF-8")."\n";
14 echo mb_encode_numericentity($str2, $convmap, "UTF-8")."\n";
17 echo mb_encode_numericentity('aŒbœcŠdše€fg', $convmap, "UTF-8")."\n";
20 echo mb_encode_numericentity('föo', $convmap, "UTF-8")."\n";
24 echo mb_encode_numericentity('aŒbœcŠdše€fg', $convmap, "UTF-8")."\n";
34 mb_encode_numericentity(): Argument #2 ($map) must have a multiple of 4 elements
/PHP-8.0/ext/mbstring/
H A Dmbstring_arginfo.h341 ZEND_FUNCTION(mb_encode_numericentity);
435 ZEND_FE(mb_encode_numericentity, arginfo_mb_encode_numericentity)
H A Dmbstring.stub.php76 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = … function
H A Dmbstring.c3198 PHP_FUNCTION(mb_encode_numericentity) in PHP_FUNCTION() argument

Completed in 38 milliseconds