Searched refs:mb_ord (Results 1 – 7 of 7) sorted by relevance
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/ |
H A D | bootstrap.php | 50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); } function
|
H A D | Php72.php | 192 public static function mb_ord($s, $encoding = null) function in Symfony\\Polyfill\\Php72\\Php72
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/ |
H A D | StringUtils.php | 37 return \mb_ord($code, self::ENCODING);
|
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 122 if (!function_exists('mb_ord')) { 123 function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); } function
|
H A D | bootstrap80.php | 118 if (!function_exists('mb_ord')) { 119 function mb_ord(?string $string, ?string $encoding = null): int|false { return p\Mbstring::mb_ord((string) $string, $encoding); } function
|
H A D | Mbstring.php | 32 * - mb_ord - Returns the Unicode code point of a character 252 $c = self::mb_ord($uchr); 776 public static function mb_ord($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
H A D | CoreExtension.php | 1173 return mb_ord($string, 'UTF-8');
|