Searched defs:mb_chr (Results 1 – 8 of 8) sorted by relevance
| /template/twigstarter/vendor/symfony/polyfill-php72/ |
| D | Php72.php | 173 public static function mb_chr($code, $encoding = null) function in Symfony\\Polyfill\\Php72\\Php72
|
| D | bootstrap.php | 53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); } function
|
| /template/twigstarter/vendor/symfony/polyfill-mbstring/ |
| D | bootstrap.php | 126 …function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } function
|
| D | bootstrap80.php | 122 …function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_c… function
|
| D | Mbstring.php | 757 public static function mb_chr($code, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
| /template/strap/vendor/symfony/polyfill-mbstring/ |
| H A D | bootstrap.php | 126 …function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } function
|
| H A D | bootstrap80.php | 122 …function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_c… function
|
| H A D | Mbstring.php | 787 public static function mb_chr($code, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|