Searched refs:mb_ord (Results 1 – 11 of 11) sorted by relevance
| /template/twigstarter/vendor/symfony/polyfill-php72/ |
| D | bootstrap.php | 50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); } function
|
| 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/ |
| 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/strap/vendor/antlr/antlr4-php-runtime/src/Utils/ |
| H A D | StringUtils.php | 37 return \mb_ord($code, self::ENCODING);
|
| /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 | 252 $c = self::mb_ord($uchr); 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 | 252 $c = self::mb_ord($uchr); 806 public static function mb_ord($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
| /template/twigstarter/vendor/twig/twig/ |
| D | CHANGELOG | 32 * Explicitly specify the encoding for mb_ord in JS escaper
|