Home
last modified time | relevance | path

Searched refs:positive (Results 76 – 100 of 138) sorted by relevance

123456

/PHP-7.0/ext/standard/tests/file/
H A Dfscanf_variation2.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
H A Dfscanf_variation20.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
H A Dfscanf_variation33.phpt36 2147483647, // max positive integer value
43 0x7fffffff, // max positive integer as hexadecimal
44 0x7FFFFFFF, // max positive integer as hexadecimal
48 017777777777 // max positive integer as octal
H A Dfscanf_variation9.phpt37 2147483647, // max positive integer value
44 0x7fffffff, // max positive integer as hexadecimal
45 0x7FFFFFFF, // max positive integer as hexadecimal
49 017777777777 // max positive integer as octal
/PHP-7.0/ext/standard/tests/array/
H A Darray_walk_recursive_variation5.phpt28 …* Description : function checks for the value whether positive or negative and displays according …
H A Darray_walk_variation5.phpt28 …* Description : function checks for the value whether positive or negative and displays according …
H A Darray_pad_variation5.phpt29 var_dump( array_pad($input, $pad_size, $pad_value) ); // positive 'pad_value'
/PHP-7.0/ext/date/tests/
H A Dstrftime_variation23.phpt2 Test strftime() function : usage variation - Checking large positive and negative float values to t…
H A Dlocaltime_variation3.phpt2 Test localtime() function : usage variation - Passing higher positive and negetive float values to …
H A Ddate_sunrise_variation9.phpt2 Test date_sunrise() function : usage variation - Passing high positive and negative float values t…
H A Ddate_sunset_variation9.phpt2 Test date_sunset() function : usage variation - Passing high positive and negative float values to …
/PHP-7.0/ext/oci8/tests/
H A Dconnect_scope1.phpt38 return($s); // this keeps the connection refcount positive so the connection isn't closed
H A Dconnect_scope2.phpt38 return($s); // this keeps the connection refcount positive so the connection isn't closed
/PHP-7.0/ext/openssl/tests/
H A Dbug65729.phpt2 Bug #65729: CN_match gives false positive when wildcard is used
/PHP-7.0/ext/standard/tests/strings/
H A Dsprintf_variation47.phpt17 0x800000001, // float value, beyond max positive int
18 020000000001, // float value, beyond max positive int
H A Dexplode1.phpt26 4, // positive integer
45 echo "\n-- Passing positive values of Limit to explode() --\n";
321 -- Passing positive values of Limit to explode() --
H A Dsprintf_variation9.phpt18 0x800000001, // float value, beyond max positive int
19 020000000001, // float value, beyond max positive int
H A Dchunk_split_variation5.phpt33 PHP_INT_MAX, //max positive integer number
/PHP-7.0/ext/standard/tests/general_functions/
H A Dprint_r.phpt39 range(1,10), // positive values
41 +2147483647, // max positive integer
42 +2147483648, // max positive integer + 1
45 0x7FFFFFFF, // max positive hexadecimal integer
85 0x80000001, // float value, beyond max positive int
86 020000000001, // float value, beyond max positive int
H A Dprint_r_64bit.phpt40 range(1,10), // positive values
42 +2147483647, // max positive integer
43 +2147483648, // max positive integer + 1
46 0x7FFFFFFF, // max positive hexadecimal integer
86 0x80000001, // float value, beyond max positive int
87 020000000001, // float value, beyond max positive int
H A Dvar_dump.phpt33 range(1,10), // positive values
35 +2147483647, // max positive integer
36 +2147483648, // max positive integer + 1
39 0x7FFFFFFF, // max positive hexadecimal integer
79 0x80000001, // float value, beyond max positive int
80 020000000001, // float value, beyond max positive int
H A Dvar_dump_64bit.phpt33 range(1,10), // positive values
35 +2147483647, // max positive integer
36 +2147483648, // max positive integer + 1
39 0x7FFFFFFF, // max positive hexadecimal integer
79 0x80000001, // float value, beyond max positive int
80 020000000001, // float value, beyond max positive int
H A Dfloatval_variation1.phpt20 "2147483647" => 2147483648, // max positive integer value
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_report_wo_ps.phpt113 Warning: mysqli_kill(): processid should have positive value in %s on line %d
117 Warning: mysqli_kill(): processid should have positive value in %s on line %d
H A Dmysqli_stmt_data_seek.phpt95 Warning: mysqli_stmt_data_seek(): Offset must be positive in %s on line %d

Completed in 65 milliseconds

123456