Searched refs:pad_type (Results 1 – 3 of 3) sorted by relevance
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 136 …' ', int $pad_type = STR_PAD_RIGHT, ?string $encoding = null): string { return p\Mbstring::mb_str_… argument
|
H A D | bootstrap80.php | 132 …' ', int $pad_type = STR_PAD_RIGHT, ?string $encoding = null): string { return p\Mbstring::mb_str_… argument
|
H A D | Mbstring.php | 830 … mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = \STR_PAD_RIGHT,… argument 832 if (!\in_array($pad_type, [\STR_PAD_RIGHT, \STR_PAD_LEFT, \STR_PAD_BOTH], true)) { 861 switch ($pad_type) {
|