/PHP-7.3/ext/gd/tests/ |
H A D | imagecolorallocate_variation5.phpt | 2 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 D | imagecolorallocate_variation6.phpt | 27 // hexa-decimal integer data 28 "Hexa-decimal 0x100" => 0x100 53 --Hexa-decimal 0x100--
|
/PHP-7.3/ext/date/tests/ |
H A D | gmstrftime_variation6.phpt | 20 '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 D | strftime_variation6.phpt | 21 '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 D | strftime_variation7.phpt | 21 '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 D | localtime_variation5.phpt | 2 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 D | gmstrftime_variation7.phpt | 20 '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 D | gmstrftime_variation5.phpt | 21 '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 D | strftime_variation5.phpt | 20 '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 D | gmstrftime_variation17.phpt | 24 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 D | gmstrftime_variation18.phpt | 24 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 D | gmstrftime_variation4.phpt | 20 'Month as decimal' => "%m", 44 --Month as decimal--
|
H A D | strftime_variation17.phpt | 24 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 D | strftime_variation18.phpt | 24 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 D | strftime_variation4.phpt | 21 'Month as decimal' => "%m", 45 --Month as decimal--
|
/PHP-7.3/ext/filter/tests/ |
H A D | 031.phpt | 34 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-7.3/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
|
H A D | bug28228.phpt | 2 Bug #28228 (number_format() does not allow empty decimal separator)
|
/PHP-7.3/ext/bcmath/libbcmath/ |
H A D | FAQ | 11 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-7.3/ext/oci8/tests/ |
H A D | bind_number.phpt | 24 decimal_t decimal, 77 echo "\nTEST71 insert a decimal\n"; 86 echo "\nTEST72 insert a decimal\n"; 171 TEST71 insert a decimal 180 TEST72 insert a decimal
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | array_diff_uassoc_variation9.phpt | 17 'decimal indexed' => array(10 => 10, -17 => -17), 33 --decimal indexed--
|
H A D | array_intersect_key_variation4.phpt | 16 'decimal indexed' => array(10 => '10', '-17' => '-17'), 31 --decimal indexed--
|
H A D | array_diff_ukey_variation6.phpt | 16 'decimal indexed' => array(10 => '10', '-17' => '-17'), 36 --decimal indexed--
|
H A D | array_diff_key_variation4.phpt | 16 'decimal indexed' => array(10 => '10', '-17' => '-17'), 32 --decimal indexed--
|
/PHP-7.3/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).
|