Home
last modified time | relevance | path

Searched defs:mb_strtoupper (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php66 …function mb_strtoupper(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_… function
H A Dbootstrap.php70 …function mb_strtoupper($string, $encoding = null) { return p\Mbstring::mb_strtoupper($string, $enc… function
H A DMbstring.php589 public static function mb_strtoupper($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring