Searched refs:mb_ord (Results 1 – 7 of 7) sorted by relevance
/template/twigstarter/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
|
/template/twigstarter/vendor/twig/twig/src/Extension/ |
H A D | EscaperExtension.php | 285 $codepoint = mb_ord($char, 'UTF-8'); 317 … return sprintf('\\%X ', 1 === \strlen($char) ? \ord($char) : mb_ord($char, 'UTF-8')); 382 return sprintf('&#x%04X;', mb_ord($chr, 'UTF-8'));
|
/template/twigstarter/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 | 252 $c = self::mb_ord($uchr); 776 public static function mb_ord($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
/template/twigstarter/vendor/twig/twig/ |
H A D | CHANGELOG | 32 * Explicitly specify the encoding for mb_ord in JS escaper
|