Home
last modified time | relevance | path

Searched refs:scale (Results 51 – 75 of 76) sorted by last modified time

1234

/php-src/ext/bcmath/tests/
H A Dbccomp.phpt6 bcmath.scale=0
H A Dbccomp_variation001.phpt6 bcmath.scale=0
H A Dbccomp_variation002.phpt6 bcmath.scale=0
H A Dbcdiv.phpt6 bcmath.scale=0
25 Number "15" (scale 0)
41 Number "-15" (scale 0)
57 Number "1" (scale 0)
73 Number "-9" (scale 0)
89 Number "14.14" (scale 0)
121 Number "0.15" (scale 0)
153 Number "15" (scale 10)
169 Number "-15" (scale 10)
185 Number "1" (scale 10)
[all …]
H A Dbcmod_error2.phpt6 bcmath.scale=0
H A Dbcmod_large_numbers.phpt6 bcmath.scale=0
34 Number "15151324141414.412312232141241" (scale 0)
50 Number "-132132245132134.1515123765412" (scale 0)
66 Number "141241241241241248267654747412" (scale 0)
82 Number "-149143276547656984948124912" (scale 0)
98 Number "0.1322135476547459213732911312" (scale 0)
114 Number "-0.123912932193769965476541321" (scale 0)
130 Number "15151324141414.412312232141241" (scale 10)
146 Number "-132132245132134.1515123765412" (scale 10)
162 Number "141241241241241248267654747412" (scale 10)
[all …]
H A Dbcmod_zero.phpt6 bcmath.scale=0
33 Number "0" (scale 0)
49 Number "0.00" (scale 0)
65 Number "-0" (scale 0)
81 Number "-0.00" (scale 0)
97 Number "0" (scale 10)
113 Number "0.00" (scale 10)
129 Number "-0" (scale 10)
145 Number "-0.00" (scale 10)
H A Dbcmul.phpt6 bcmath.scale=0
29 Number "15" (scale 0)
49 Number "-15" (scale 0)
69 Number "1" (scale 0)
89 Number "-9" (scale 0)
109 Number "14.14" (scale 0)
149 Number "0.15" (scale 0)
189 Number "15" (scale 10)
209 Number "-15" (scale 10)
229 Number "1" (scale 10)
[all …]
H A Dbcmul_large_numbers.phpt6 bcmath.scale=0
38 Number "15151324141414.412312232141241" (scale 0)
58 Number "-132132245132134.1515123765412" (scale 0)
78 Number "141241241241241248267654747412" (scale 0)
98 Number "-149143276547656984948124912" (scale 0)
118 Number "0.1322135476547459213732911312" (scale 0)
138 Number "-0.123912932193769965476541321" (scale 0)
158 Number "15151324141414.412312232141241" (scale 10)
178 Number "-132132245132134.1515123765412" (scale 10)
198 Number "141241241241241248267654747412" (scale 10)
[all …]
H A Dbcmul_zero.phpt6 bcmath.scale=0
33 Number "0" (scale 0)
53 Number "0.00" (scale 0)
73 Number "-0" (scale 0)
93 Number "-0.00" (scale 0)
113 Number "0" (scale 10)
133 Number "0.00" (scale 10)
153 Number "-0" (scale 10)
173 Number "-0.00" (scale 10)
H A Dbcpowmod.phpt6 bcmath.scale=0
H A Dbcscale.phpt6 bcmath.scale=0
H A Dbcscale_variation001.phpt6 bcmath.scale=0
18 bcscale(): Argument #1 ($scale) must be between 0 and 2147483647
H A Dbcscale_variation002.phpt6 bcmath.scale=-2
H A Dbcscale_variation003.phpt6 bcmath.scale=0
9 var_dump((int) ini_get('bcmath.scale'));
11 var_dump((int) ini_get('bcmath.scale'));
13 var_dump((int) ini_get('bcmath.scale'));
15 var_dump((int) ini_get('bcmath.scale'));
H A Dbug44995.phpt2 Bug #44995 (bcpowmod() fails if scale != 0)
H A Dbug60377.phpt19 bcscale(): Argument #1 ($scale) must be between 0 and 2147483647
H A Dbug72093.phpt2 Bug 72093: bcpowmod fails on negative scale and corrupts _one_ definition
19 bcpowmod(): Argument #4 ($scale) must be between 0 and 2147483647
H A Dnegative_scale.phpt2 all errors on negative scale
6 bcmath.scale=0
61 bcadd(): Argument #3 ($scale) must be between 0 and 2147483647
62 bcsub(): Argument #3 ($scale) must be between 0 and 2147483647
63 bcmul(): Argument #3 ($scale) must be between 0 and 2147483647
64 bcdiv(): Argument #3 ($scale) must be between 0 and 2147483647
65 bcmod(): Argument #3 ($scale) must be between 0 and 2147483647
67 bcpow(): Argument #3 ($scale) must be between 0 and 2147483647
68 bcsqrt(): Argument #2 ($scale) must be between 0 and 2147483647
69 bccomp(): Argument #3 ($scale) must be between 0 and 2147483647
[all …]
H A Dscale.phpt2 BCMath functions return result with requested scale
H A Dscale_ini.phpt2 BCMath functions return result with default scale
6 bcmath.scale = 5
/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c485 add_assoc_long(return_value, "scale", (int) dbtypeinfo->scale ); in pdo_dblib_stmt_get_column_meta()
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c290 SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; in odbc_stmt_param_hook() local
326 …rc = SQLDescribeParam(S->stmt, (SQLUSMALLINT) param->paramno+1, &sqltype, &precision, &scale, &nul… in odbc_stmt_param_hook()
341 scale = 5; in odbc_stmt_param_hook()
391 P->paramtype, ctype, sqltype, precision, scale, in odbc_stmt_param_hook()
/php-src/ext/gd/tests/
H A Dbug67248.phpt20 …or] imageaffinematrixget(): Argument #1 ($type) must be of type array when using translate or scale
21 …or] imageaffinematrixget(): Argument #1 ($type) must be of type array when using translate or scale
/php-src/ext/gd/libgd/
H A Dtestac.c11 double scale,
73 double scale, in testDrawing() argument
81 im_out = gdImageCreateTrueColor ((int) (gdImageSX (im_in) * scale), in testDrawing()
82 (int) (gdImageSY (im_in) * scale)); in testDrawing()
95 gdImageFill (im_out, (int) (gdImageSX (im_in) * scale / 2), in testDrawing()
96 (int) (gdImageSY (im_in) * scale / 2), in testDrawing()
107 (int) (gdImageSX (im_in) * scale), (int) (gdImageSY (im_in) * scale), in testDrawing()

Completed in 55 milliseconds

1234