Home
last modified time | relevance | path

Searched refs:decimal_point (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/tests/lang/
H A Dbug30638.phpt17 printf("decimal_point: %s\n", $lc['decimal_point']);
21 decimal_point: ,
/PHP-7.4/main/
H A Dsnprintf.c40 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
42 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
379 int decimal_point; in php_conv_fp() local
386 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp()
402 if (decimal_point <= 0) { in php_conv_fp()
407 while (decimal_point++ < 0) { in php_conv_fp()
415 int addz = decimal_point >= NDIG ? decimal_point - NDIG + 1 : 0; in php_conv_fp()
416 decimal_point -= addz; in php_conv_fp()
417 while (decimal_point-- > 0) { in php_conv_fp()
447 decimal_point--; in php_conv_fp()
[all …]
H A Dspprintf.c95 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
97 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
/PHP-7.4/ext/json/tests/
H A Dbug41403.phpt2 Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.')
/PHP-7.4/ext/standard/tests/strings/
H A Dbug65230.phpt18 $sep = $conv['decimal_point'];
H A Dsetlocale_variation3.phpt60 ["decimal_point"]=>
110 ["decimal_point"]=>
H A Dbug65769.phpt22 $lconv['decimal_point'],
H A Dsetlocale_variation4.phpt58 ["decimal_point"]=>
108 ["decimal_point"]=>
H A Dsetlocale_variation5.phpt62 ["decimal_point"]=>
112 ["decimal_point"]=>
/PHP-7.4/ext/standard/
H A Dformatted_print.c29 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
31 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
H A Dstring.c5744 add_assoc_string(return_value, "decimal_point", currlocdata.decimal_point);
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c118 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
/PHP-7.4/Zend/
H A Dzend_strtod.c1837 localeconv()->decimal_point;
1842 s0 = (unsigned char*)localeconv()->decimal_point;
2629 s1 = localeconv()->decimal_point;

Completed in 61 milliseconds