Searched refs:ValueError (Results 1 – 5 of 5) sorted by relevance
| /template/strap/vendor/symfony/polyfill-mbstring/ |
| H A D | Mbstring.php | 371 …throw new \ValueError(sprintf('Argument #1 ($encoding) must be a valid encoding, "%s" given', $enc… 392 …throw new \ValueError(sprintf('Argument #1 ($language) must be a valid language, "%s" given', $lan… 581 throw new \ValueError('Argument #2 ($length) must be greater than 0'); 634 …throw new \ValueError('Argument #1 ($substitute_character) must be "none", "long", "entity" or a v… 833 …throw new \ValueError('mb_str_pad(): Argument #4 ($pad_type) must be STR_PAD_LEFT, STR_PAD_RIGHT, … 842 } catch (\ValueError $e) { 843 …throw new \ValueError(sprintf('mb_str_pad(): Argument #5 ($encoding) must be a valid encoding, "%s… 848 …throw new \ValueError(sprintf('mb_str_pad(): Argument #5 ($encoding) must be a valid encoding, "%s… 852 … throw new \ValueError('mb_str_pad(): Argument #3 ($pad_string) must be a non-empty string');
|
| /template/strap/vendor/symfony/polyfill-php80/Resources/stubs/ |
| H A D | ValueError.php | 13 class ValueError extends Error class
|
| /template/strap/vendor/symfony/polyfill-php80/ |
| H A D | README.md | 8 - [`ValueError`](https://php.net/valueerror) class
|
| /template/twigstarter/vendor/symfony/polyfill-mbstring/ |
| D | Mbstring.php | 367 …throw new \ValueError(sprintf('Argument #1 ($encoding) must be a valid encoding, "%s" given', $enc… 388 …throw new \ValueError(sprintf('Argument #1 ($language) must be a valid language, "%s" given', $lan… 556 throw new \ValueError('Argument #2 ($length) must be greater than 0'); 609 …throw new \ValueError('Argument #1 ($substitute_character) must be "none", "long", "entity" or a v…
|
| /template/strap/vendor/symfony/yaml/ |
| H A D | Inline.php | 710 } catch (\ValueError $e) {
|