Home
last modified time | relevance | path

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

/PHP-5.5/tests/lang/
H A Dbug30638.phpt17 printf("decimal_point: %s\n", $lc['decimal_point']);
21 decimal_point: ,
/PHP-5.5/main/
H A Dsnprintf.c43 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
45 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
382 int decimal_point; in php_conv_fp() local
389 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp()
405 if (decimal_point <= 0) { in php_conv_fp()
410 while (decimal_point++ < 0) { in php_conv_fp()
418 int addz = decimal_point >= NDIG ? decimal_point - NDIG + 1 : 0; in php_conv_fp()
419 decimal_point -= addz; in php_conv_fp()
420 while (decimal_point-- > 0) { in php_conv_fp()
450 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-5.5/ext/json/tests/
H A Dbug41403.phpt2 Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.')
/PHP-5.5/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.phpt19 $lconv['decimal_point'],
H A Dsetlocale_variation4.phpt58 ["decimal_point"]=>
108 ["decimal_point"]=>
H A Dsetlocale_variation5.phpt62 ["decimal_point"]=>
112 ["decimal_point"]=>
/PHP-5.5/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.c5137 add_assoc_string(return_value, "decimal_point", currlocdata.decimal_point, 1);
/PHP-5.5/Zend/
H A Dzend_strtod.c2051 CONST char decimal_point = '.'; in zend_strtod() local
2086 if (c == decimal_point) { in zend_strtod()
/PHP-5.5/
H A DNEWS7475 decimal_point is not '.'). (Tony)

Completed in 82 milliseconds