Home
last modified time | relevance | path

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

/PHP-7.3/tests/lang/
H A Dbug30638.phpt17 printf("decimal_point: %s\n", $lc['decimal_point']);
21 decimal_point: ,
/PHP-7.3/main/
H A Dsnprintf.c41 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
43 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
384 int decimal_point; in php_conv_fp() local
391 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp()
407 if (decimal_point <= 0) { in php_conv_fp()
412 while (decimal_point++ < 0) { in php_conv_fp()
420 int addz = decimal_point >= NDIG ? decimal_point - NDIG + 1 : 0; in php_conv_fp()
421 decimal_point -= addz; in php_conv_fp()
422 while (decimal_point-- > 0) { in php_conv_fp()
452 decimal_point--; in php_conv_fp()
[all …]
H A Dspprintf.c96 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
98 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
/PHP-7.3/ext/json/tests/
H A Dbug41403.phpt2 Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.')
/PHP-7.3/ext/standard/tests/strings/
H A Dbug65230.phpt18 $sep = $conv['decimal_point'];
H A Dsetlocale_variation3.phpt60 ["decimal_point"]=>
110 ["decimal_point"]=>
H A Dsetlocale_variation4.phpt58 ["decimal_point"]=>
108 ["decimal_point"]=>
H A Dsetlocale_variation5.phpt62 ["decimal_point"]=>
112 ["decimal_point"]=>
H A Dbug65769.phpt22 $lconv['decimal_point'],
/PHP-7.3/ext/standard/
H A Dformatted_print.c30 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
32 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
H A Dstring.c5626 add_assoc_string(return_value, "decimal_point", currlocdata.decimal_point);
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c120 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
/PHP-7.3/Zend/
H A Dzend_strtod.c1834 localeconv()->decimal_point;
1839 s0 = (unsigned char*)localeconv()->decimal_point;
2626 s1 = localeconv()->decimal_point;

Completed in 52 milliseconds