Searched refs:mb_strtoupper (Results 1 – 8 of 8) sorted by relevance
| /template/twigstarter/vendor/symfony/polyfill-mbstring/ |
| D | bootstrap.php | 70 …function mb_strtoupper($string, $encoding = null) { return p\Mbstring::mb_strtoupper($string, $enc… function
|
| D | bootstrap80.php | 66 …function mb_strtoupper(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_… function
|
| D | Mbstring.php | 589 public static function mb_strtoupper($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
| /template/strap/vendor/symfony/polyfill-mbstring/ |
| H A D | bootstrap.php | 70 …function mb_strtoupper($string, $encoding = null) { return p\Mbstring::mb_strtoupper($string, $enc… function
|
| H A D | bootstrap80.php | 66 …function mb_strtoupper(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_… function
|
| H A D | Mbstring.php | 614 public static function mb_strtoupper($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
| /template/strap/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverWindow.php | 177 $orientation = mb_strtoupper($orientation);
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 1095 return mb_strtoupper($string ?? '', $env->getCharset()); 1150 …return mb_strtoupper(mb_substr($string ?? '', 0, 1, $charset), $charset).mb_strtolower(mb_substr($…
|