Home
last modified time | relevance | path

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

/PHP-5.3/tests/lang/
H A Dbug30638.phpt21 printf("decimal_point: %s\n", $lc['decimal_point']);
25 decimal_point: ,
/PHP-5.3/main/
H A Dsnprintf.c41 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
377 int decimal_point; in php_conv_fp() local
384 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp()
386 p_orig = p = php_ecvt(num, precision + 1, &decimal_point, is_negative); in php_conv_fp()
400 if (decimal_point <= 0) { in php_conv_fp()
405 while (decimal_point++ < 0) { in php_conv_fp()
413 int addz = decimal_point >= NDIG ? decimal_point - NDIG + 1 : 0; in php_conv_fp()
414 decimal_point -= addz; in php_conv_fp()
415 while (decimal_point-- > 0) { in php_conv_fp()
445 decimal_point--; in php_conv_fp()
[all …]
H A Dspprintf.c96 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
/PHP-5.3/ext/json/tests/
H A Dbug41403.phpt2 Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.')
/PHP-5.3/ext/standard/tests/strings/
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"]=>
/PHP-5.3/ext/standard/
H A Dformatted_print.c30 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
H A Dstring.c4776 add_assoc_string(return_value, "decimal_point", currlocdata.decimal_point, 1);
/PHP-5.3/Zend/
H A Dzend_strtod.c2056 CONST char decimal_point = '.'; in zend_strtod() local
2091 if (c == decimal_point) { in zend_strtod()
/PHP-5.3/
H A DNEWS4425 decimal_point is not '.'). (Tony)

Completed in 57 milliseconds