Home
last modified time | relevance | path

Searched refs:mb_chr (Results 1 – 5 of 5) sorted by relevance

/template/twigstarter/vendor/symfony/polyfill-php72/
H A Dbootstrap.php53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); } function
H A DPhp72.php173 public static function mb_chr($code, $encoding = null) function in Symfony\\Polyfill\\Php72\\Php72
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php126 …function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } function
H A Dbootstrap80.php122 …function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_c… function
H A DMbstring.php187 return self::mb_chr($c - $convmap[$i + 2]);
757 public static function mb_chr($code, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring