Home
last modified time | relevance | path

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

/PHP-7.4/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";
/PHP-7.4/ext/mbstring/
H A Dmbstring.h104 PHP_FUNCTION(mb_encode_numericentity);
H A Dmbstring.c573 PHP_FE(mb_encode_numericentity, arginfo_mb_encode_numericentity)
4138 PHP_FUNCTION(mb_encode_numericentity) in PHP_FUNCTION() argument

Completed in 50 milliseconds