Searched refs:codepoint (Results 1 – 4 of 4) sorted by relevance
53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); } argument
285 $codepoint = mb_ord($char, 'UTF-8');286 if (0x10000 > $codepoint) {287 return sprintf('\u%04X', $codepoint);292 $u = $codepoint - 0x10000;
126 …function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } argument
122 …function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_c… argument