Home
last modified time | relevance | path

Searched refs:ValueError (Results 1 – 5 of 5) sorted by relevance

/template/strap/vendor/symfony/polyfill-mbstring/
H A DMbstring.php371 …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 DValueError.php13 class ValueError extends Error class
/template/strap/vendor/symfony/polyfill-php80/
H A DREADME.md8 - [`ValueError`](https://php.net/valueerror) class
/template/twigstarter/vendor/symfony/polyfill-mbstring/
DMbstring.php367 …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 DInline.php710 } catch (\ValueError $e) {