Home
last modified time | relevance | path

Searched refs:dec_point (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/main/
H A Dsnprintf.h88 PHPAPI char * php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf);
90 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, int *len);
H A Dsnprintf.c137 PHPAPI char *php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) /* {{{ */ in php_gcvt() argument
168 *dst++ = dec_point; in php_gcvt()
198 *dst++ = dec_point; in php_gcvt()
220 *dst++ = dec_point; in php_gcvt()
373 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, int *len) in php_conv_fp() argument
404 *s++ = dec_point; in php_conv_fp()
409 *s++ = dec_point; in php_conv_fp()
422 *s++ = dec_point; in php_conv_fp()
/PHP-5.3/ext/standard/
H A Dmath.c1095 PHPAPI char *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep) in _php_math_number_format() argument
1144 if (dec_point) { in _php_math_number_format()
1180 if (dec_point) { in _php_math_number_format()
1181 *t-- = dec_point; in _php_math_number_format()
1211 char *thousand_sep = NULL, *dec_point = NULL; in PHP_FUNCTION() local
1215 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "d|ls!s!", &num, &dec, &dec_point, &dec_point… in PHP_FUNCTION()
1227 if (dec_point != NULL) { in PHP_FUNCTION()
1229 dec_point_chr = dec_point[0]; in PHP_FUNCTION()
/PHP-5.3/ext/standard/tests/strings/
H A Dnumber_format_error.phpt6 …* string number_format ( float $number , int $decimals , string $dec_point , string …
H A Dnumber_format_basic.phpt6 …* string number_format ( float $number , int $decimals , string $dec_point , string …

Completed in 34 milliseconds