Home
last modified time | relevance | path

Searched refs:mb_ord (Results 1 – 7 of 7) sorted by path

/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php192 public static function mb_ord($s, $encoding = null) function in Symfony\\Polyfill\\Php72\\Php72
H A Dbootstrap.php50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); } function
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DStringUtils.php37 return \mb_ord($code, self::ENCODING);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php32 * - 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
H A Dbootstrap.php122 if (!function_exists('mb_ord')) {
123 function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); } function
H A Dbootstrap80.php118 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
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1173 return mb_ord($string, 'UTF-8');