Searched refs:mb_chr (Results 1 – 8 of 8) sorted by relevance
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/ |
D | bootstrap.php | 53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); } function
|
D | Php72.php | 173 public static function mb_chr($code, $encoding = null) function in Symfony\\Polyfill\\Php72\\Php72
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/ |
D | StringUtils.php | 32 return \mb_chr($code, self::ENCODING);
|
/plugin/combo/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 | 187 return self::mb_chr($c - $convmap[$i + 2]); 787 public static function mb_chr($code, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/ |
D | Idn.php | 290 $str .= mb_chr($codePoint, 'utf-8'); 305 $str .= ($transitional ? $data['mapping'] : mb_chr($codePoint, 'utf-8')); 647 array_splice($output, $i++, 0, [mb_chr($n, 'utf-8')]);
|
/plugin/character/ |
D | syntax.php | 94 $char = mb_chr($codepoint);
|