Home
last modified time | relevance | path

Searched defs:mb_decode_numericentity (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php28 function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numericentity($string, $map, $encoding); } function
H A Dbootstrap80.php24 function mb_decode_numericentity(?string $string, array $map, ?string $encoding = null): string { return p\Mbstring::mb_decode_numericentity((string) $string, $map, $encoding); } function
H A DMbstring.php141 public static function mb_decode_numericentity($s, $convmap, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring