Searched refs:mb_strtolower (Results 1 – 9 of 9) sorted by relevance
| /template/twigstarter/vendor/symfony/polyfill-mbstring/ |
| D | bootstrap.php | 67 …function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $enc… function
|
| D | bootstrap80.php | 63 …function mb_strtolower(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_… function
|
| D | Mbstring.php | 584 public static function mb_strtolower($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
| /template/strap/vendor/symfony/polyfill-mbstring/ |
| H A D | bootstrap.php | 67 …function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $enc… function
|
| H A D | bootstrap80.php | 63 …function mb_strtolower(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_… function
|
| H A D | Mbstring.php | 609 public static function mb_strtolower($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Remote/ |
| H A D | RemoteWebElement.php | 314 return mb_strtolower($this->executor->execute(
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 1107 return mb_strtolower($string ?? '', $env->getCharset()); 1150 …return mb_strtoupper(mb_substr($string ?? '', 0, 1, $charset), $charset).mb_strtolower(mb_substr($…
|
| /template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/ |
| H A D | Xpath.php | 696 return mb_strtolower($string, 'utf-8');
|