Home
last modified time | relevance | path

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

/PHP-7.3/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.3/ext/mbstring/
H A Dmbstring.h103 PHP_FUNCTION(mb_encode_numericentity);
H A Dmbstring.c566 PHP_FE(mb_encode_numericentity, arginfo_mb_encode_numericentity)
3999 PHP_FUNCTION(mb_encode_numericentity) in PHP_FUNCTION() argument

Completed in 21 milliseconds