Home
last modified time | relevance | path

Searched refs:decimal (Results 76 – 99 of 99) sorted by path

1234

/php-src/ext/standard/tests/math/
H A Ddecoct_variation1.phpt19 4294967295, // largest decimal
H A Ddecoct_variation1_64bit.phpt19 18446744073709551615, // largest decimal
H A Dhexdec_variation1.phpt28 4294967295, // largest decimal
H A Dhexdec_variation1_64bit.phpt28 4294967295, // largest decimal
H A Dnumber_format_decimals.phpt38 foreach ($decimals as $decimal) {
39 echo '... with decimal places of ' . $decimal . ': ';
47 ... with decimal places of 0: string(1) "2"
48 ... with decimal places of 1: string(3) "1.5"
53 ... with decimal places of -1: string(1) "0"
54 ... with decimal places of -2: string(1) "0"
55 ... with decimal places of -3: string(1) "0"
56 ... with decimal places of -4: string(1) "0"
57 ... with decimal places of -5: string(1) "0"
58 ... with decimal places of %i: string(1) "0"
[all …]
H A Dnumber_format_multichar.phpt17 echo " number_format tests.....multiple character decimal point\n";
29 echo "\n number_format tests.....multiple character decimal and thousep\n";
36 number_format tests.....multiple character decimal point
62 number_format tests.....multiple character decimal and thousep
H A Doctdec_variation1.phpt24 4294967295, // largest decimal
/php-src/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).
/php-src/ext/standard/tests/strings/
H A Dbug23894_32bit.phpt2 Bug #23894 (sprintf() decimal specifiers problem) 32bit version
H A Dbug23894_64bit.phpt2 Bug #23894 (sprintf() decimal specifiers problem) 64bit version
H A Dbug36392.phpt2 Bug #36392 (wrong number of decimal digits with %e specifier in sprintf)
H A Dbug39873.phpt2 Bug #39873 (number_format() breaks with locale & decimal points)
H A Dbug47168.phpt2 Bug #47168 (printf of floating point variable prints maximum of 40 decimal places)
H A Dhtmlspecialchars_decode_variation6.phpt15 "This converts\t decimal to \$string".decbin(65)."Hello world",
42 string(51) "This converts decimal to $string1000001Hello world"
H A Dstripos_variation1.phpt58 "12345", //decimal numeric string
H A Dstripos_variation2.phpt59 '12345', //decimal numeric string
H A Dstrrchr_variation1.phpt59 "12345", //decimal numeric string
H A Dstrrchr_variation2.phpt58 '12345', //decimal numeric string
H A Dstrripos_variation1.phpt49 /*29*/ "12345", //decimal numeric string
H A Dstrripos_variation2.phpt49 /*29*/ '12345', //decimal numeric string
H A Dstrrpos_variation2.phpt49 '12345', //decimal numeric string
/php-src/
H A Dphp.ini-development1266 ; Number of decimal digits for all bcmath functions.
H A Dphp.ini-production1268 ; Number of decimal digits for all bcmath functions.
/php-src/tests/lang/
H A Dstring_decimals_001.phpt2 String conversion with multiple decimal points

Completed in 88 milliseconds

1234