Searched refs:mb_ord (Results 1 – 9 of 9) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/Runtime/ |
| D | EscaperRuntime.php | 217 $codepoint = mb_ord($char, 'UTF-8'); 249 … return \sprintf('\\%X ', 1 === \strlen($char) ? \ord($char) : mb_ord($char, 'UTF-8')); 315 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/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/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 | 266 $c = self::mb_ord($uchr); 813 public static function mb_ord($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
| /template/twigstarter/vendor/twig/twig/ |
| D | CHANGELOG | 455 * Explicitly specify the encoding for mb_ord in JS escaper
|