Home
last modified time | relevance | path

Searched refs:precision (Results 176 – 200 of 405) sorted by relevance

12345678910>>...17

/php-src/Zend/tests/
H A Dadd_006.phpt4 precision=14
H A Disset_array.phpt42 Deprecated: Implicit conversion from float 0.6 to int loses precision in %s on line %d
H A Doffset_array.phpt38 Deprecated: Implicit conversion from float 0.0836 to int loses precision in %s on line %d
/php-src/ext/soap/tests/schema/
H A Dschema004.phpt7 precision=14
H A Dschema017.phpt7 precision=14
H A Dschema016.phpt7 precision=14
H A Dschema020.phpt7 precision=14
H A Dschema022.phpt7 precision=14
/php-src/main/
H A Dsnprintf.h80 bool add_dp, int precision, char dec_point, bool * is_negative, char *buf, size_t *len);
/php-src/ext/mbstring/tests/
H A Dmb_substitute_character_variation_weak_types.phpt119 Deprecated: Implicit conversion from float 10.5 to int loses precision in %s on line %d
123 Deprecated: Implicit conversion from float -10.5 to int loses precision in %s on line %d
131 Deprecated: Implicit conversion from float 0.5 to int loses precision in %s on line %d
/php-src/ext/standard/tests/math/
H A Ddeg2rad_basic.phpt4 precision = 14
H A Dpow_basic2.phpt4 precision=14
H A Drad2deg_basic.phpt4 precision = 14
H A Dpow_variation1_64bit.phpt4 precision = 14
/php-src/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_003w.phpt6 precision=14
H A Dr4_groupI_xsd_011w.phpt6 precision=14
H A Dr4_groupI_xsd_022w.phpt6 precision=14
/php-src/ext/standard/
H A Dmath.c309 zend_long precision = 0; in PHP_FUNCTION() local
315 Z_PARAM_LONG(precision) in PHP_FUNCTION()
320 if (precision >= 0) { in PHP_FUNCTION()
321 places = ZEND_LONG_INT_OVFL(precision) ? INT_MAX : (int)precision; in PHP_FUNCTION()
323 places = ZEND_LONG_INT_UDFL(precision) ? INT_MIN : (int)precision; in PHP_FUNCTION()
/php-src/ext/gd/tests/
H A Dbug77198_threshold.phpt2 Bug #77198 (threshold cropping has insufficient precision)
H A Dbug77198_auto.phpt2 Bug #77198 (auto cropping has insufficient precision)
/php-src/ext/standard/tests/array/
H A D003.phpt4 precision=14
H A Darray_values_variation.phpt8 precision=14
H A Darray_values_variation_64bit.phpt8 precision=14
/php-src/ext/standard/tests/strings/
H A Dvfprintf_error3.phpt6 precision=14
/php-src/ext/mysqli/tests/bind_fetch/
H A Dfloat_types.phpt4 precision=12

Completed in 28 milliseconds

12345678910>>...17