Searched defs:mb_ord (Results 1 – 8 of 8) sorted by relevance
| /template/twigstarter/vendor/symfony/polyfill-php72/ |
| D | Php72.php | 192 public static function mb_ord($s, $encoding = null) function in Symfony\\Polyfill\\Php72\\Php72
|
| D | bootstrap.php | 50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); } function
|
| /template/twigstarter/vendor/symfony/polyfill-mbstring/ |
| D | bootstrap.php | 123 function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); } function
|
| D | bootstrap80.php | 119 …function mb_ord(?string $string, ?string $encoding = null): int|false { return p\Mbstring::mb_ord(… function
|
| D | Mbstring.php | 776 public static function mb_ord($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
| /template/strap/vendor/symfony/polyfill-mbstring/ |
| H A D | bootstrap.php | 123 function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); } function
|
| H A D | bootstrap80.php | 119 …function mb_ord(?string $string, ?string $encoding = null): int|false { return p\Mbstring::mb_ord(… function
|
| H A D | Mbstring.php | 806 public static function mb_ord($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|