Home
last modified time | relevance | path

Searched full:valueerror (Results 1 – 25 of 734) sorted by relevance

12345678910>>...30

/php-src/ext/gmp/tests/
H A Dbug80560.phpt68 } catch (\ValueError $e) {
73 } catch (\ValueError $e) {
80 } catch (\ValueError $e) {
85 } catch (\ValueError $e) {
94 } catch (\ValueError) { }
98 } catch (\ValueError) { }
102 } catch (\ValueError) { }
106 } catch (\ValueError) { }
112 } catch (\ValueError) { }
116 } catch (\ValueError) { }
[all …]
/php-src/ext/gd/tests/
H A Dimagecolorallocate_variation6.phpt49 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
50 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
51 !! [ValueError] imagecolorallocate(): Argument #3 ($green) must be between 0 and 255 (inclusive)
52 !! [ValueError] imagecolorallocate(): Argument #3 ($green) must be between 0 and 255 (inclusive)
53 !! [ValueError] imagecolorallocate(): Argument #4 ($blue) must be between 0 and 255 (inclusive)
54 !! [ValueError] imagecolorallocate(): Argument #4 ($blue) must be between 0 and 255 (inclusive)
57 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
58 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
61 !! [ValueError] imagecolorallocate(): Argument #4 ($blue) must be between 0 and 255 (inclusive)
65 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_str_unknown_encoding.phpt13 } catch (\ValueError $e) {
19 } catch (\ValueError $e) {
25 } catch (\ValueError $e) {
31 } catch (\ValueError $e) {
37 } catch (\ValueError $e) {
43 } catch (\ValueError $e) {
49 } catch (\ValueError $e) {
55 } catch (\ValueError $e) {
61 } catch (\ValueError $e) {
67 } catch (\ValueError $e) {
[all …]
H A Dmb_stripos_invalid_offset.phpt22 } catch (\ValueError $e) {
28 } catch (\ValueError $e) {
34 } catch (\ValueError $e) {
40 } catch (\ValueError $e) {
46 } catch (\ValueError $e) {
52 } catch (\ValueError $e) {
58 } catch (\ValueError $e) {
64 } catch (\ValueError $e) {
70 } catch (\ValueError $e) {
76 } catch (\ValueError $e) {
H A Dmb_strpos_invalid_offset.phpt22 } catch (\ValueError $e) {
28 } catch (\ValueError $e) {
34 } catch (\ValueError $e) {
40 } catch (\ValueError $e) {
46 } catch (\ValueError $e) {
52 } catch (\ValueError $e) {
58 } catch (\ValueError $e) {
64 } catch (\ValueError $e) {
70 } catch (\ValueError $e) {
76 } catch (\ValueError $e) {
H A Dmb_strpos_offset_errors.phpt10 } catch (\ValueError $e) {
15 } catch (\ValueError $e) {
20 } catch (\ValueError $e) {
25 } catch (\ValueError $e) {
30 } catch (\ValueError $e) {
35 } catch (\ValueError $e) {
40 } catch (\ValueError $e) {
45 } catch (\ValueError $e) {
H A Dmb_ord.phpt16 } catch (\ValueError $e) {
23 } catch (\ValueError $e) {
28 } catch (\ValueError $e) {
33 } catch (\ValueError $e) {
38 } catch (\ValueError $e) {
43 } catch (\ValueError $e) {
50 } catch (\ValueError $e) {
H A Dmb_chr.phpt17 } catch (\ValueError $e) {
22 } catch (\ValueError $e) {
27 } catch (\ValueError $e) {
32 } catch (\ValueError $e) {
37 } catch (\ValueError $e) {
44 } catch (\ValueError $e) {
/php-src/ext/gettext/tests/
H A D44938.phpt14 } catch (ValueError $exception) {
20 } catch (ValueError $exception) {
26 } catch (ValueError $exception) {
32 } catch (ValueError $exception) {
38 } catch (ValueError $exception) {
44 } catch (ValueError $exception) {
50 } catch (ValueError $exception) {
56 } catch (ValueError $exception) {
62 } catch (ValueError $exception) {
68 } catch (ValueError $exception) {
[all …]
/php-src/ext/standard/tests/mail/
H A Dmail_basic7.phpt46 } catch (TypeError|ValueError $exception) {
52 } catch (TypeError|ValueError $exception) {
58 } catch (TypeError|ValueError $exception) {
64 } catch (TypeError|ValueError $exception) {
70 } catch (TypeError|ValueError $exception) {
76 } catch (TypeError|ValueError $exception) {
82 } catch (TypeError|ValueError $exception) {
88 } catch (TypeError|ValueError $exception) {
101 } catch (TypeError|ValueError $exception) {
107 } catch (TypeError|ValueError $exception) {
[all …]
/php-src/ext/intl/tests/
H A Dgrapheme_out_of_bounds.phpt40 } catch (ValueError $e) {
45 } catch (ValueError $e) {
50 } catch (ValueError $e) {
55 } catch (ValueError $e) {
60 } catch (ValueError $e) {
65 } catch (ValueError $e) {
70 } catch (ValueError $e) {
75 } catch (ValueError $e) {
83 } catch (ValueError $e) {
88 } catch (ValueError $e) {
[all …]
H A Dformatter_format_and_parse_errors.phpt15 } catch (\ValueError $e) {
20 } catch (\ValueError $e) {
25 } catch (\ValueError $e) {
30 } catch (\ValueError $e) {
37 } catch (\ValueError $e) {
42 } catch (\ValueError $e) {
47 } catch (\ValueError $e) {
52 } catch (\ValueError $e) {
/php-src/ext/dba/tests/
H A Dvalue_errors_open.phpt23 } catch (\ValueError $e) {
28 } catch (\ValueError $e) {
33 } catch (\ValueError $e) {
40 } catch (\ValueError $e) {
45 } catch (\ValueError $e) {
50 } catch (\ValueError $e) {
55 } catch (\ValueError $e) {
61 } catch (\ValueError $e) {
70 } catch (\ValueError $e) {
75 } catch (\ValueError $e) {
[all …]
/php-src/ext/standard/tests/array/range/
H A Drange_step_errors.phpt10 } catch (\ValueError $e) {
15 } catch (\ValueError $e) {
20 } catch (\ValueError $e) {
25 } catch (\ValueError $e) {
31 } catch (\ValueError $e) {
36 } catch (\ValueError $e) {
41 } catch (\ValueError $e) {
47 } catch (\ValueError $e) {
52 } catch (\ValueError $e) {
57 } catch (\ValueError $e) {
[all …]
/php-src/ext/hash/tests/
H A Dhash_hkdf_error.phpt51 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
54 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
55 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
56 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
57 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
58 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
59 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
60 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
64 [ValueError] hash_hkdf(): Argument #2 ($key) cannot be empty
65 [ValueError] hash_hkdf(): Argument #3 ($length) must be greater than or equal to 0
[all …]
/php-src/ext/bcmath/tests/
H A Dnegative_scale.phpt11 } catch (\ValueError $e) {
16 } catch (\ValueError $e) {
21 } catch (\ValueError $e) {
26 } catch (\ValueError $e) {
31 } catch (\ValueError $e) {
36 } catch (\ValueError $e) {
41 } catch (\ValueError $e) {
46 } catch (\ValueError $e) {
51 } catch (\ValueError $e) {
56 } catch (\ValueError $e) {
H A Dstr2num_formatting.phpt21 } catch (\ValueError $e) {
27 } catch (\ValueError $e) {
33 } catch (\ValueError $e) {
39 } catch (\ValueError $e) {
45 } catch (\ValueError $e) {
51 } catch (\ValueError $e) {
67 } catch (\ValueError $e) {
73 } catch (\ValueError $e) {
79 } catch (\ValueError $e) {
85 } catch (\ValueError $e) {
[all …]
/php-src/ext/standard/tests/strings/
H A Dbug40754.phpt15 } catch (ValueError $exception) {
21 } catch (ValueError $exception) {
27 } catch (ValueError $exception) {
33 } catch (ValueError $exception) {
39 } catch (ValueError $exception) {
45 } catch (ValueError $exception) {
51 } catch (ValueError $exception) {
57 } catch (ValueError $exception) {
63 } catch (ValueError $exception) {
69 } catch (ValueError $exception) {
H A Dpack64_32.phpt13 } catch (ValueError $e) {
18 } catch (ValueError $e) {
23 } catch (ValueError $e) {
28 } catch (ValueError $e) {
34 } catch (ValueError $e) {
39 } catch (ValueError $e) {
44 } catch (ValueError $e) {
49 } catch (ValueError $e) {
/php-src/ext/pgsql/tests/
H A D03sync_query.phpt41 } catch (ValueError $e) {
46 } catch (ValueError $e) {
51 } catch (ValueError $e) {
56 } catch (ValueError $e) {
61 } catch (ValueError $e) {
97 } catch (ValueError $e) {
102 } catch (ValueError $e) {
107 } catch (ValueError $e) {
112 } catch (ValueError $e) {
117 } catch (ValueError $e) {
[all …]
/php-src/ext/pcntl/tests/
H A Dpcntl_rfork_badflags.phpt15 } catch (ValueError $e) {
21 } catch (ValueError $e) {
27 } catch (ValueError $e) {
33 ValueError: pcntl_rfork(): Argument #1 ($flags) must not include RFMEM value, not allowed within th…
38 ValueError: pcntl_rfork(): Argument #1 ($flags) must not include RFSIGSHARE value, not allowed with…
43 ValueError: pcntl_rfork(): Argument #1 ($flags) must not include both RFFDG and RFCFDG, because the…
/php-src/ext/standard/tests/password/
H A Dpassword_hash_error_argon2.phpt13 } catch (ValueError $exception) {
19 } catch (ValueError $exception) {
25 } catch (ValueError $exception) {
31 } catch (ValueError $exception) {
37 } catch (ValueError $exception) {
43 } catch (ValueError $exception) {
/php-src/ext/standard/tests/file/
H A Dfile_error.phpt12 } catch(ValueError $e) {
13 echo "ValueError: " . $e->getMessage() . "\n";
17 } catch(ValueError $e) {
18 echo "ValueError: " . $e->getMessage() . "\n";
32 ValueError: file(): Argument #2 ($flags) must be a valid flag value
33 ValueError: file(): Argument #2 ($flags) must be a valid flag value
/php-src/ext/standard/tests/network/
H A Dsetcookie_error.phpt12 } catch (\ValueError $e) {
17 } catch (\ValueError $e) {
22 } catch (\ValueError $e) {
27 } catch (\ValueError $e) {
32 } catch (\ValueError $e) {
40 } catch (\ValueError $e) {
H A Dsetrawcookie_error.phpt12 } catch (\ValueError $e) {
17 } catch (\ValueError $e) {
22 } catch (\ValueError $e) {
27 } catch (\ValueError $e) {
32 } catch (\ValueError $e) {
40 } catch (\ValueError $e) {

Completed in 31 milliseconds

12345678910>>...30