/PHP-8.0/ext/gd/tests/ |
H A D | imagecolorallocate_variation5.phpt | 2 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 D | gmstrftime_variation6.phpt | 14 '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 D | strftime_variation6.phpt | 15 '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 D | localtime_variation5.phpt | 2 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 D | strftime_variation7.phpt | 15 '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 D | gmstrftime_variation7.phpt | 14 '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 D | strftime_variation5.phpt | 14 '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 D | gmstrftime_variation5.phpt | 15 '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 D | strftime_variation17.phpt | 12 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 D | gmstrftime_variation17.phpt | 12 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 D | strftime_variation18.phpt | 18 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 D | strftime_variation9.phpt | 15 'Weekday as decimal' => "%u", 34 --Weekday as decimal--
|
H A D | gmstrftime_variation18.phpt | 18 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 D | gmstrftime_variation9.phpt | 15 'Weekday as decimal' => "%u", 34 --Weekday as decimal--
|
H A D | strftime_variation4.phpt | 15 'Month as decimal' => "%m", 38 --Month as decimal--
|
H A D | gmstrftime_variation4.phpt | 14 'Month as decimal' => "%m", 37 --Month as decimal--
|
H A D | gmmktime_variation8.phpt | 26 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 D | gmstrftime_variation10.phpt | 21 'Weekday as decimal' => "%u", 40 --Weekday as decimal--
|
/PHP-8.0/ext/filter/tests/ |
H A D | 031.phpt | 34 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 D | number_format_multichar.phpt | 18 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 D | array_diff_uassoc_variation9.phpt | 11 'decimal indexed' => array(10 => 10, -17 => -17), 26 --decimal indexed--
|
H A D | array_intersect_key_variation4.phpt | 11 'decimal indexed' => array(10 => '10', '-17' => '-17'), 25 --decimal indexed--
|
H A D | array_diff_key_variation4.phpt | 11 'decimal indexed' => array(10 => '10', '-17' => '-17'), 26 --decimal indexed--
|
H A D | array_diff_ukey_variation6.phpt | 11 'decimal indexed' => array(10 => '10', '-17' => '-17'), 30 --decimal indexed--
|
/PHP-8.0/ext/standard/tests/network/ |
H A D | ip2long_variation2_x64.phpt | 6 …All numbers supplied as ``parts'' in a `.' notation may be decimal, octal, or hexadecimal, as spec… 8 otherwise, the number is interpreted as decimal).
|