Searched refs:mb_check_encoding (Results 1 – 6 of 6) sorted by relevance
| /template/strap/vendor/symfony/polyfill-mbstring/ |
| H A D | bootstrap.php | 49 …function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding… function
|
| H A D | Mbstring.php | 411 public static function mb_check_encoding($var = null, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring 431 if (!self::mb_check_encoding($key, $encoding)) { 434 if (!self::mb_check_encoding($value, $encoding)) { 841 $validEncoding = @self::mb_check_encoding('', $encoding);
|
| H A D | bootstrap80.php | 45 …function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { retu… function
|
| /template/twigstarter/vendor/symfony/polyfill-mbstring/ |
| D | bootstrap.php | 49 …function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding… function
|
| D | Mbstring.php | 425 public static function mb_check_encoding($var = null, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring 439 if (!self::mb_check_encoding($key, $encoding)) { 442 if (!self::mb_check_encoding($value, $encoding)) { 1035 $validEncoding = @self::mb_check_encoding('', $encoding);
|
| D | bootstrap80.php | 45 …function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { retu… function
|