Home
last modified time | relevance | path

Searched refs:precision (Results 51 – 75 of 405) sorted by relevance

12345678910>>...17

/php-src/ext/standard/tests/array/
H A Darray_key_exists_variation3.phpt37 Deprecated: Implicit conversion from float 1.23456789E-10 to int loses precision in %s on line %d
45 Deprecated: Implicit conversion from float 1.00000000000001 to int loses precision in %s on line %d
53 Deprecated: Implicit conversion from float 1.99999999999999 to int loses precision in %s on line %d
/php-src/Zend/tests/
H A Darray_offset.phpt16 Deprecated: Implicit conversion from float -1.1 to int loses precision in %s on line %d
22 Deprecated: Implicit conversion from float -1.1 to int loses precision in %s on line %d
H A Dbug68797.phpt4 precision=17
H A Dfloat_prec_001.phpt2 Double precision is used for floating point calculations
H A Dzend_strtod.phpt4 precision=14
H A Dadd_005.phpt4 precision=14
H A Dbug45877.phpt4 precision=16
H A Doct_overflow.phpt4 precision=14
H A Ddiv_001.phpt4 precision=14
/php-src/ext/standard/tests/general_functions/
H A Dini_set_types.phpt13 ini_set('precision', 6);
14 var_dump(ini_get('precision'));
/php-src/ext/opcache/tests/jit/
H A Dbool_not_002.phpt25 Deprecated: Implicit conversion from float %f to int loses precision in %sbool_not_002.php on line 6
27 Deprecated: Implicit conversion from float %f to int loses precision in %sbool_not_002.php on line 6
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation52.phpt17 echo"\n-- Testing for precision value more than maximum --\n";
47 -- Testing for precision value more than maximum --
49 Notice: sprintf(): Requested precision of 988 digits was truncated to PHP maximum of %d digits in %…
H A Dchr_variation1.phpt62 Deprecated: Implicit conversion from float 10.5 to int loses precision in %s on line %d
66 Deprecated: Implicit conversion from float -20.5 to int loses precision in %s on line %d
/php-src/ext/soap/tests/bugs/
H A Dbug77141.phpt2 Bug #77141 (Signedness issue in SOAP when precision=-1)
24 ini_set('precision', -1);
/php-src/ext/standard/tests/serialize/
H A Dbug31442.phpt4 precision=14
H A Dbug23298.phpt7 ini_set('precision', 12);
/php-src/ext/bcmath/
H A Dconfig.m42 [whether to enable bc style precision math functions],
4 [Enable bc style precision math functions])])
/php-src/ext/standard/tests/array/range/
H A Drange_bug72017.phpt2 Bug #72017 (incorrect truncation due to floating point precision issue)
H A Dbug54459.phpt4 precision=14
/php-src/ext/filter/tests/
H A D044.phpt6 precision=14
/php-src/ext/standard/tests/math/
H A Dlog_error.phpt4 precision=14
H A Dsqrt_basic.phpt4 precision = 14
H A Dpi_basic.phpt4 precision=14
/php-src/Zend/
H A Dzend_smart_str.c116 smart_str *str, double num, int precision, bool zero_fraction) { in smart_str_append_double() argument
119 zend_gcvt(num, precision ? precision : 1, '.', 'E', buf); in smart_str_append_double()
208 smart_str_append_double(dest, Z_DVAL_P(value), (int) EG(precision), true); in smart_str_append_scalar()
/php-src/ext/bcmath/tests/
H A Dbcpowmod.phpt2 bcpowmod() - Raise an arbitrary precision number to another, reduced by a specified modulus

Completed in 25 milliseconds

12345678910>>...17