Searched refs:php_fcvt (Results 1 – 1 of 1) sorted by relevance
136 static inline char *php_fcvt(double value, int ndigit, int *decpt, int *sign) /* {{{ */ in php_fcvt() function393 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp()
Completed in 7 milliseconds