Home
last modified time | relevance | path

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

1234

/PHP-8.0/ext/gd/tests/
H A Dimagecolorallocate_variation5.phpt2 Test imagecolorallocate() function : usage variations - passing octal and hexa-decimal values
30 // hexa-decimal integer data
31 "Hexa-decimal 0x0" => 0x0,
32 "Hexa-decimal 0xA" => 0xA,
33 "Hexa-decimal -0xA" => -0xA,
34 "Hexa-decimal 0xFF" => 0xFF,
71 --Hexa-decimal 0x0--
76 --Hexa-decimal 0xA--
81 --Hexa-decimal -0xA--
86 --Hexa-decimal 0xFF--
/PHP-8.0/ext/date/tests/
H A Dgmstrftime_variation6.phpt14 'Hour as decimal by 24-hour format' => "%H",
15 'Hour as decimal by 12-hour format' => "%I",
16 'Minute as decimal number' => "%M",
18 'Second as decimal number' => "%S",
33 --Hour as decimal by 24-hour format--
37 --Hour as decimal by 12-hour format--
41 --Minute as decimal number--
49 --Second as decimal number--
H A Dstrftime_variation6.phpt15 'Hour as decimal by 24-hour format' => "%H",
16 'Hour as decimal by 12-hour format' => "%I",
17 'Minute as decimal number' => "%M",
19 'Second as decimal number' => "%S",
34 --Hour as decimal by 24-hour format--
38 --Hour as decimal by 12-hour format--
42 --Minute as decimal number--
50 --Second as decimal number--
H A Dlocaltime_variation5.phpt2 Test localtime() function : usage variation - Passing hexa decimal values to timestamp.
14 'Hexa-decimal 0' => 0x0,
15 'Hexa-decimal 10' => 0xA,
16 'Hexa-decimal -10' => -0XA
29 --Hexa-decimal 0--
71 --Hexa-decimal 10--
113 --Hexa-decimal -10--
H A Dstrftime_variation7.phpt15 'Day of the month as a decimal number' => "%d",
16 'Day of the year as a decimal number' => "%j",
17 'Day of the week as a decimal number' => "%w"
32 --Day of the month as a decimal number--
36 --Day of the year as a decimal number--
40 --Day of the week as a decimal number--
H A Dgmstrftime_variation7.phpt14 'Day of the month as a decimal number' => "%d",
15 'Day of the year as a decimal number' => "%j",
16 'Day of the week as a decimal number' => "%w"
31 --Day of the month as a decimal number--
35 --Day of the year as a decimal number--
39 --Day of the week as a decimal number--
H A Dstrftime_variation5.phpt14 'Year as decimal number without a century' => "%y",
15 'Year as decimal number including the century' => "%Y",
32 --Year as decimal number without a century--
36 --Year as decimal number including the century--
H A Dgmstrftime_variation5.phpt15 'Year as decimal number without a century' => "%y",
16 'Year as decimal number including the century' => "%Y",
33 --Year as decimal number without a century--
37 --Year as decimal number including the century--
H A Dstrftime_variation17.phpt12 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n";
20 -- Testing strftime() function with Day of the month as decimal single digit format --
H A Dgmstrftime_variation17.phpt12 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
21 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
H A Dstrftime_variation18.phpt18 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n";
26 -- Testing strftime() function with Day of the month as decimal single digit format --
H A Dstrftime_variation9.phpt15 'Weekday as decimal' => "%u",
34 --Weekday as decimal--
H A Dgmstrftime_variation18.phpt18 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
27 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
H A Dgmstrftime_variation9.phpt15 'Weekday as decimal' => "%u",
34 --Weekday as decimal--
H A Dstrftime_variation4.phpt15 'Month as decimal' => "%m",
38 --Month as decimal--
H A Dgmstrftime_variation4.phpt14 'Month as decimal' => "%m",
37 --Month as decimal--
H A Dgmmktime_variation8.phpt26 echo "\n-- Testing gmmktime() function with supplying hexa decimal values to arguments --\n";
35 -- Testing gmmktime() function with supplying hexa decimal values to arguments --
H A Dgmstrftime_variation10.phpt21 'Weekday as decimal' => "%u",
40 --Weekday as decimal--
/PHP-8.0/ext/filter/tests/
H A D031.phpt34 echo "\ncustom decimal:\n";
37 … var_dump(filter_var($float, FILTER_VALIDATE_FLOAT, array("options"=>array('decimal' => $dec))));
54 custom decimal:
58 filter_var(): "decimal" option must be one character long
/PHP-8.0/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-8.0/ext/standard/tests/array/
H A Darray_diff_uassoc_variation9.phpt11 'decimal indexed' => array(10 => 10, -17 => -17),
26 --decimal indexed--
H A Darray_intersect_key_variation4.phpt11 'decimal indexed' => array(10 => '10', '-17' => '-17'),
25 --decimal indexed--
H A Darray_diff_key_variation4.phpt11 'decimal indexed' => array(10 => '10', '-17' => '-17'),
26 --decimal indexed--
H A Darray_diff_ukey_variation6.phpt11 'decimal indexed' => array(10 => '10', '-17' => '-17'),
30 --decimal indexed--
/PHP-8.0/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 30 milliseconds

1234