Searched defs:mb_convert_variables (Results 1 – 3 of 3) sorted by relevance
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 119 function mb_convert_variables($to_encoding, $from_encoding, &...$vars) { return p\Mbstring::mb_convert_variables($to_encoding, $from_encoding, ...$vars); } function
|
H A D | bootstrap80.php | 115 function mb_convert_variables(?string $to_encoding, array|string|null $from_encoding, mixed &$var, mixed &...$vars): string|false { return p\Mbstring::mb_convert_variables((string) $to_encoding, $from_encoding ?? '', $var, ...$vars); } function
|
H A D | Mbstring.php | 119 public static function mb_convert_variables($toEncoding, $fromEncoding, &...$vars) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|