Home
last modified time | relevance | path

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

/PHP-7.1/tests/lang/
H A Dbug30638.phpt17 printf("decimal_point: %s\n", $lc['decimal_point']);
21 decimal_point: ,
/PHP-7.1/main/
H A Dsnprintf.c43 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
45 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
386 int decimal_point; in php_conv_fp() local
393 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp()
409 if (decimal_point <= 0) { in php_conv_fp()
414 while (decimal_point++ < 0) { in php_conv_fp()
422 int addz = decimal_point >= NDIG ? decimal_point - NDIG + 1 : 0; in php_conv_fp()
423 decimal_point -= addz; in php_conv_fp()
424 while (decimal_point-- > 0) { in php_conv_fp()
454 decimal_point--; in php_conv_fp()
[all …]
H A Dspprintf.c98 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
100 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
/PHP-7.1/ext/json/tests/
H A Dbug41403.phpt2 Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.')
/PHP-7.1/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.1/ext/standard/
H A Dformatted_print.c32 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
34 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
H A Dstring.c5133 add_assoc_string(return_value, "decimal_point", currlocdata.decimal_point);
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_out.c120 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
/PHP-7.1/Zend/
H A Dzend_strtod.c1834 localeconv()->decimal_point;
1839 s0 = (unsigned char*)localeconv()->decimal_point;
2626 s1 = localeconv()->decimal_point;

Completed in 49 milliseconds