Searched refs:mb_ord (Results 1 – 7 of 7) sorted by relevance
50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); } function
192 public static function mb_ord($s, $encoding = null) function in Symfony\\Polyfill\\Php72\\Php72
37 return \mb_ord($code, self::ENCODING);
123 function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); } function
119 …function mb_ord(?string $string, ?string $encoding = null): int|false { return p\Mbstring::mb_ord(… function
252 $c = self::mb_ord($uchr);776 public static function mb_ord($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
1173 return mb_ord($string, 'UTF-8');