Home
last modified time | relevance | path

Searched defs:mb_ord (Results 1 – 5 of 5) sorted by relevance

/template/twigstarter/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
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php119 …function mb_ord(?string $string, ?string $encoding = null): int|false { return p\Mbstring::mb_ord(… function
H A Dbootstrap.php123 function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); } function
H A DMbstring.php776 public static function mb_ord($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring