Home
last modified time | relevance | path

Searched refs:positive (Results 51 – 75 of 141) sorted by relevance

123456

/PHP-7.4/ext/standard/tests/strings/
H A Dstr_split_variation7_64bit.phpt34 2147483647, //max positive integer number
35 2147483648, //max positive integer+1
H A Dsprintf_variation4.phpt22 0x800000001, // float value, beyond max positive int
23 020000000001, // float value, beyond max positive int
H A Dsprintf_variation4_64bit.phpt18 0x800000001, // float value, beyond max positive int
19 020000000001, // float value, beyond max positive int
H A Dstr_split_variation6.phpt32 2147483647, //max positive integer number
33 2147483648, //max positive integer+1
H A Dstr_split_variation6_64bit.phpt32 2147483647, //max positive integer number
33 2147483648, //max positive integer+1
H A Dstr_split_variation7.phpt34 2147483647, //max positive integer number
35 2147483648, //max positive integer+1
H A Dsprintf_variation41.phpt21 0x800000001, // float value, beyond max positive int
22 020000000001, // float value, beyond max positive int
H A Dsprintf_variation41_64bit.phpt17 0x800000001, // float value, beyond max positive int
18 020000000001, // float value, beyond max positive int
H A Dsprintf_variation16.phpt17 0x800000001, // float value, beyond max positive int
18 020000000001, // float value, beyond max positive int
H A Dsprintf_variation35.phpt21 0x800000001, // float value, beyond max positive int
22 020000000001, // float value, beyond max positive int
/PHP-7.4/ext/date/tests/
H A Dbug50055.phpt6 //positive DateInterval
H A Dgmdate_variation14.phpt2 Test gmdate() function : usage variation - Passing high positive and negetive float values to times…
H A Dgetdate_variation7.phpt2 Test getdate() function : usage variation - Passing high positive and negative float values to time…
H A Dgmmktime_variation9.phpt2 Test gmmktime() function : usage variation - Passing positive and negative float values to argument…
H A Didate_variation3.phpt2 Test idate() function : usage variation - Passing higher positive and negetive float values to time…
/PHP-7.4/ext/standard/tests/array/
H A Darray_push_variation6.phpt35 12345 => 'positive',
41 10.5 => 'positive',
H A Darray_pad_variation4.phpt25 var_dump( array_pad($input, $pad_size, $binary) ); // positive 'pad_size'
H A Dnatcasesort_variation3.phpt22 // negative/positive integers array
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt40 1234567890, // positive value
43 .567, // positive float value
H A Dvar_export-locale.phpt30 2147483647, // max positive integer value
37 '0x7fffffff', // max positive integer as hexadecimal
38 0x7FFFFFFF, // max positive integer as hexadecimal
42 017777777777, // max positive integer as octal
88 (float)0x800000001, // float value, beyond max positive int
89 (float)020000000001, // float value, beyond max positive int
H A Dvar_export-locale_32.phpt30 2147483647, // max positive integer value
37 '0x7fffffff', // max positive integer as hexadecimal
38 0x7FFFFFFF, // max positive integer as hexadecimal
42 017777777777, // max positive integer as octal
88 (float)0x800000001, // float value, beyond max positive int
89 (float)020000000001, // float value, beyond max positive int
/PHP-7.4/ext/spl/tests/
H A Dfixedarray_020.phpt36 Exception: array must contain only positive integer keys
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt85 Warning: stream_set_chunk_size(): The chunk size must be a positive integer, given 0 in %s on line …
88 Warning: stream_set_chunk_size(): The chunk size must be a positive integer, given -1 in %s on line…
/PHP-7.4/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt73 Warning: hash_pbkdf2(): Iterations must be a positive integer: 0 in %s on line %d
76 Warning: hash_pbkdf2(): Iterations must be a positive integer: -1 in %s on line %d
/PHP-7.4/ext/snmp/tests/
H A Dsnmp-object-error.phpt119 Warning: main(): max_oids should be positive integer or NULL, got 0 in %s on line %d
121 Warning: main(): max_oids should be positive integer or NULL, got 0 in %s on line %d

Completed in 57 milliseconds

123456