Home
last modified time | relevance | path

Searched refs:decimal (Results 1 – 25 of 113) sorted by relevance

12345

/PHP-5.5/ext/gd/tests/
H A Dimagecolorallocate_variation5.phpt2 Test imagecolorallocate() function : usage variations - passing octal and hexa-decimal values
32 // hexa-decimal integer data
33 "Hexa-decimal 0x0" => 0x0,
34 "Hexa-decimal 0xA" => 0xA,
35 "Hexa-decimal -0xA" => -0xA,
36 "Hexa-decimal 0xFF" => 0xFF,
71 --Hexa-decimal 0x0--
76 --Hexa-decimal 0xA--
81 --Hexa-decimal -0xA--
86 --Hexa-decimal 0xFF--
H A Dimagecolorallocate_variation6.phpt27 // hexa-decimal integer data
28 "Hexa-decimal 0x100" => 0x100
53 --Hexa-decimal 0x100--
/PHP-5.5/ext/date/tests/
H A Dstrftime_variation6.phpt21 'Hour as decimal by 24-hour format' => "%H",
22 'Hour as decimal by 12-hour format' => "%I",
23 'Minute as decimal number' => "%M",
25 'Second as decimal number' => "%S",
41 --Hour as decimal by 24-hour format--
45 --Hour as decimal by 12-hour format--
49 --Minute as decimal number--
57 --Second as decimal number--
H A Dgmstrftime_variation6.phpt20 'Hour as decimal by 24-hour format' => "%H",
21 'Hour as decimal by 12-hour format' => "%I",
22 'Minute as decimal number' => "%M",
24 'Second as decimal number' => "%S",
40 --Hour as decimal by 24-hour format--
44 --Hour as decimal by 12-hour format--
48 --Minute as decimal number--
56 --Second as decimal number--
H A Dstrftime_variation7.phpt21 'Day of the month as a decimal number' => "%d",
22 'Day of the year as a decimal number' => "%j",
23 'Day of the week as a decimal number' => "%w"
39 --Day of the month as a decimal number--
43 --Day of the year as a decimal number--
47 --Day of the week as a decimal number--
H A Dlocaltime_variation5.phpt2 Test localtime() function : usage variation - Passing hexa decimal values to timestamp.
21 'Hexa-decimal 0' => 0x0,
22 'Hexa-decimal 10' => 0xA,
23 'Hexa-decimal -10' => -0XA
37 --Hexa-decimal 0--
79 --Hexa-decimal 10--
121 --Hexa-decimal -10--
H A Dgmstrftime_variation7.phpt20 'Day of the month as a decimal number' => "%d",
21 'Day of the year as a decimal number' => "%j",
22 'Day of the week as a decimal number' => "%w"
38 --Day of the month as a decimal number--
42 --Day of the year as a decimal number--
46 --Day of the week as a decimal number--
H A Dgmstrftime_variation5.phpt21 'Year as decimal number without a century' => "%y",
22 'Year as decimal number including the century' => "%Y",
40 --Year as decimal number without a century--
44 --Year as decimal number including the century--
H A Dstrftime_variation5.phpt20 'Year as decimal number without a century' => "%y",
21 'Year as decimal number including the century' => "%Y",
39 --Year as decimal number without a century--
43 --Year as decimal number including the century--
H A Dgmstrftime_variation17.phpt24 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
34 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
H A Dgmstrftime_variation18.phpt24 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
34 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
H A Dgmstrftime_variation4.phpt20 'Month as decimal' => "%m",
44 --Month as decimal--
H A Dstrftime_variation18.phpt24 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n";
33 -- Testing strftime() function with Day of the month as decimal single digit format --
H A Dstrftime_variation17.phpt24 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n";
33 -- Testing strftime() function with Day of the month as decimal single digit format --
H A Dstrftime_variation4.phpt21 'Month as decimal' => "%m",
45 --Month as decimal--
/PHP-5.5/ext/filter/tests/
H A D031.phpt34 echo "\ncustom decimal:\n";
36 $out = filter_var($float, FILTER_VALIDATE_FLOAT, array("options"=>array('decimal' => $dec)));
51 custom decimal:
56 Warning: filter_var(): decimal separator must be one char in %s on line %d
/PHP-5.5/ext/standard/tests/math/
H A Dnumber_format_multichar.phpt18 echo " number_format tests.....multiple character decimal point\n";
30 echo "\n number_format tests.....multiple character decimal and thousep\n";
37 number_format tests.....multiple character decimal point
65 number_format tests.....multiple character decimal and thousep
/PHP-5.5/ext/bcmath/libbcmath/
H A DFAQ11 GMP has "integers" (no digits after a decimal), "rational numbers"
16 decimal point. The multiplying two of these numbers requires one to
17 calculate an exact number of digits after the decimal point regardless
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug29064.phpt2 Sybase-CT bug #29064 (Exact numeric/decimal/money datatypes lose precision)
19 test_decimal decimal(38, 6) null,
22 test_bigint decimal(38, 0) null,
/PHP-5.5/ext/oci8/tests/
H A Dbind_number.phpt27 decimal_t decimal,
80 echo "\nTEST71 insert a decimal\n";
89 echo "\nTEST72 insert a decimal\n";
174 TEST71 insert a decimal
183 TEST72 insert a decimal
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_uassoc_variation9.phpt17 'decimal indexed' => array(10 => 10, -17 => -17),
33 --decimal indexed--
H A Darray_intersect_key_variation4.phpt16 'decimal indexed' => array(10 => '10', '-17' => '-17'),
31 --decimal indexed--
H A Darray_diff_key_variation4.phpt16 'decimal indexed' => array(10 => '10', '-17' => '-17'),
32 --decimal indexed--
H A Darray_diff_ukey_variation6.phpt16 'decimal indexed' => array(10 => '10', '-17' => '-17'),
36 --decimal indexed--
/PHP-5.5/ext/standard/tests/network/
H A Dip2long_variation2_x64.phpt6 …All numbers supplied as ``parts'' in a `.' notation may be decimal, octal, or hexadecimal, as spec…
8 otherwise, the number is interpreted as decimal).

Completed in 28 milliseconds

12345