_php_math_number_format 1077 ext/standard/math.c RETURN_STRING(_php_math_number_format(Z_DVAL_PP(num), 0, dec_point, thousand_sep), 0); _php_math_number_format 1085 ext/standard/math.c RETURN_STRING(_php_math_number_format(Z_DVAL_PP(num), Z_LVAL_PP(dec), dec_point, thousand_sep), 0); _php_math_number_format 1110 ext/standard/math.c RETURN_STRING(_php_math_number_format(Z_DVAL_PP(num), Z_LVAL_PP(dec), dec_point, thousand_sep), 0); _php_math_number_format 25 ext/standard/php_math.h PHPAPI char *_php_math_number_format(double, int, char , char);